STM32F103 BootLoader Go command
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-01-15 4:39 AM
Posted on January 15, 2009 at 13:39
STM32F103 BootLoader Go command
This discussion is locked. Please start a new topic to ask your question.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:59 AM
Posted on May 17, 2011 at 12:59
Hello, I'm using STM32F103, have a problem to start go RAM downloaded code.
Connect by serial. Read memory, Download, all other commands to BootLoader work OK - reply as explained in AN2606. After 'go' command, it doesn't look it starts. I try to download easiest code (40 bytes) which should change memory, so I could then see the result, but nothing happens. 'Go' command returns ACK 2 times, after command itself, and after address. BootLoader v 2.0. [ This message was edited by: YuSh on 13-01-2009 19:31 ]Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:59 AM
Posted on May 17, 2011 at 12:59
Hi, Johan,
could you tell me what is the code you succeded to start from RAM, by BL 'GO' command ? Till now, I had no code, even easiest, gives sign of starting to run. If you have some code do start, it may help to understand the problem. With regards, Yuri.Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 3:59 AM
Posted on May 17, 2011 at 12:59
I can just say that I've had the same problems. However, for me it works for some applications but not for others.
The applications that I can't start from the bootloader, works if I reset the device and boot from flash instead... Is this a documented bug, or are we doing something wrong?