Posted on August 21, 2012 at 03:31Thank for your help !I don't have RTOS. I working IAP, and I want progrram Bootloader check to detection program application hang or don't working.
Posted on August 20, 2012 at 04:35Hi clive1 ! How to detection program hang? I want watchdog or reset system,if program hang.but i don't known Flag or regedit to detection themThank you verry much.
Posted on August 10, 2012 at 04:50
I work with STM32f103VCT6. Flash Page size 2K.
first run,because i load chip by
Flash Loader Demo , so that erase all page flash
second run, I erasing:
FLASH_Unlock();
StartAddr=0x8005000;
...
Posted on August 09, 2012 at 18:27
I use resource AN2557 of ST to Update firmware by FTP Server.
In Bootloader i use algorithm :
check Flash address 8004000 ---->
check =*((uint8_t *) Address);
if ( check==0xFF)
{
//connect FTP;
//...