User Activity

Posted on March 28, 2013 at 17:14I call system_init function only in bootloader code : Reset_handle for bootloader is void Reset_Handler(void) { /* FSMC Bank1 NOR/SRAM3 is used for the STM3210E-EVAL, if another Bank is   required, then adjust the R...
Posted on March 28, 2013 at 11:12Hi, My application requires a bootloader that loads an application into a FLASH device. I have created two different applications: bootloader.  start  0x08000000 A FLASH application.            start 0x08001000 if i ...