Cannot restart application
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2017-08-22 12:07 AM
Posted on August 22, 2017 at 09:07
I need to restart my application without starting the bootloader or any reset (Watchdog, Soft-Reset,....).
Processor: SMT32F207
Bootloader start address is 0x08000000, application is starting at 0x08020000.
The recommended way doesn´t work:
JumpAddress = *(vu32*) (APPL_START_ADDRESS + 4);
JumpToApplication = (pFunction) JumpAddress; /* Initialize user application's Stack Pointer */ __set_MSP(*(vu32*) APPL_START_ADDRESS); JumpToApplication();Any idea?
This discussion is locked. Please start a new topic to ask your question.
0 REPLIES 0
