Question
bootloader programming problem
Posted on August 23, 2011 at 21:09
I have a project with STM32F107.
I have a custom bootloader at address 0x08000000 and an application at the address 0x0809000. I can perfectly program an application from a bootloader, and an application works fine after that (vector table is relocated to the application address). Nevertheless when I am trying to program a bootloader from an application, it hangs at erasing pages. Pages are not protected. And I am using exactly the same functions (with different addresses) that I am using for programming from the bootloader. Please, if someone has a clue on what it could be, point me in a right direction. Gennady