Posted on July 01, 2013 at 04:03Thank you for replying quickly!Ah your right it is a different address for this chip. It is 0x1FFF0000 instead of 0x1FFFF000. http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/C...
Posted on June 30, 2013 at 14:38I have a STM32F205RGY6(in a Sony Smartwatch) and trying to get it to the bootloader from my firmware. I tried your example code but it seems that using SCB->AIRCR = AIRCR_VECTKEY_MASK | (u32)0x04; clears the RAM as it...