Posted on May 17, 2011 at 13:11The problem occured, that in boot from SRAM, the PC jumps allways to 0x20000108 (in high density devices). For workaround just take a look at raisonance startup file for STM32, which is by default in this location: C:\...
Posted on May 17, 2011 at 13:11I found something strange when trying to run my application. I'm trying to run some code from ram (at addr 0x20000000). I'm using evalboard with STM32F103VBT6, starting the target to boot from RAM memory. Linker script...
Posted on May 17, 2011 at 13:04Hi everyone. Could you give some example of proper read protection enable/disable operations. I need to enable/disable this protection from my code. Regards!!
Posted on May 17, 2011 at 13:04Which attributes has your reset handler? Also do you have your vectors table filled with fault handlers like: UsageFault BusFault MemManage NMIException Regards!!