Hi Pavel
Yeah, i have just downloaded the last version of AN2295 but still can't do a jump to my app.
In order to check if the code is ok, i have place a function to an address and have tried to do the jump to this function. The jump went ok, so i don't know where the broblem can be when i try to jump to my app.
At this moment the boot is just a basic proyect. It only configures the micro and in main function makes a jump to the entry point of the application.
The address i want to jump to, is 0x4800 that is the origen of application's m_text segment.
APPLICATION
m_text (RX) : ORIGIN = 0x00004800, LENGTH = 0x00040000-0x00004800
I have made a silly probe. I have loaded only the application and put a break point into the start of "__thumb_startup" function in order to see the vaule of PC.
Then i have loaded also the boot, making the jump to the address of "__thumb_startup" watching before.
This way, it results that the jump to my application is made fine but is not supposed that the address to wich i have to jump should be 0x4800?
Thanks
Alberto