pilcherd

Results 11 comments of pilcherd

The ReactiveUI library uses Fody in a way that is similar to [Fody.PropertyChanged](https://github.com/Fody/PropertyChanged). This uses Fody in the build process to modify a user class and inject code to provide...

Doing an objdump on the elf gives: ``` arm-mbed.elf: file format elf32-littlearm Sections: Idx Name Size VMA LMA File off Algn 0 ER_IROM1 0000e9c0 08000000 08000000 00000034 2**3 CONTENTS, ALLOC,...

Keil pack file for STM324L looks to match too: ``` ```

Thanks for the reply @flit. My headers shows this: ``` arm-mbed.elf: file format elf32-littlearm Program Header: LOAD off 0x00000034 vaddr 0x08000000 paddr 0x08000000 align 2**3 filesz 0x0000eacc memsz 0x00011a88 flags...

> The packs shipped with Mbed Studio are stripped down and only contain the debug data. > > You can specify a pack to use with PyOCD using the `--pack`...

> > Unfortunately I cannot find any logs in mbed studio > > Help > Report an Issue > Access Log Thank you. I see that cmd accepts a --pack...

@flit I'm now just using vscode with pyOCD and gcc as the compiler. The elf now looks ok as the LOAD section is in the program headers. I still get...

Looked a little more. The memory map has these two overlapping items in it. Where do they come from? ``` , ] ```

I would like the ability to have a Serial Port terminal too. I.e. open with baud rate/COM port settings etc. I know it feels so 1980's but in some fields...

@nntantidakis I use serial ports in embedded device and instrumentation development daily. My point was not that people don't use it today, but rather than most people will undervalue the...