Topic : Loader EIP register

Forum : ARM

Original Post
Post Information Post
March 4, 2010 - 4:08pm
Guest

Hello,
I work on a STM32F101,

I made a Loader at 08000000 in the flash and i load my code at 08002000 with the intelhex file with a soft. At reset start must be 08000000 and the loader jump to 08002000. In the intel hex file i have this line :0400000508002110BE -> it configures the EIP register. What does i have to do with this line? If i pass this line in the file the program seems to work well. Any idea?

Thank you