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 ...
Posted on March 29, 2013 at 10:21ok it work now. In fact, the problem is that i have to do a reset before juming i create a test of one button if it is pressed i go to bootloader else i have to reset the board and execute the application
Posted on March 29, 2013 at 08:59Hi, i debug only the application (flushing), i make breakpoint it run ok. now when i go to the bootloader i debug it too. buuuuuut when it will jump how can i do the debug??? In fact, in my case i use the two spi (SP...
Posted on March 28, 2013 at 17:52the Application is built and situated correctly. i reveiw .map file for appli: /* Entry Point */ ENTRY(Reset_Handler) /* Highest address of the user mode stack */ _estack = 0x20005000; /* end of 20K RAM */ /* Gen...
Posted on March 28, 2013 at 17:16I 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...