User Activity

Posted on March 03, 2015 at 18:44Hi all,I am trying to read and write the STM32F103 user data bytes (Data0 and Data1 in Table 8 of STM32F10xxx PM0075 Programming manual).I wrote this code to set Data0 to value 0x1B:  FLASH_UnlockBank1();            ...
Posted on January 19, 2015 at 20:37Hello all,I am tasked with implementing firmware upgrade on an STM32F103 project. USB DFU is not available for this chip.After some reading, I see two approaches available: Feed the STM32 USART bootloader from a...