User Activity

I'm trying to generate an s-record file that contains nothing but an array of data in flash - no executable code.  (This is used by an external tool and loaded into flash later as config data.)  I deleted everything from the project except main.c.  I...
I am trying to implement a bootloader using STM32 F103 processor.  I have not used an Arm processor before, but I have read the various articles and posts, and I think I’m doing the jump-to-app as described.  But as soon as I execute the jump, the ne...