Posted on May 17, 2011 at 09:59Hello Karadaga, I also had much trouble getting everything set to jump into the app. But I am using Eclipse and OpenOCD. The most difficult thing was getting the CSx bit set. Without this, the two banks were always co...
Posted on May 17, 2011 at 09:59Yes, Fred. I also discovered by trial and error the need for a dummy Sram read. It is not documented. Also, the write 0xff to return to page read mode must be executed more than once to return to run operation. Lloyd
Posted on May 17, 2011 at 09:59After much tweaking, the programing is working. Now I am looking to see how far it gets after jumping to the application at 0x80000. I put an LED in the StartDelay loop so it is going that far. The three main requireme...
Posted on May 17, 2011 at 09:59After I figured out that I had the wrong bit for CSx and set the right one, I managed to program more than x2000 bytes of the sector 0, bank 0. But now I have a different problem. I am programing 16 half words at a tim...
Posted on May 17, 2011 at 09:58Sure sounds like the CSX is not being set to boot bank 1. But there is no info in STMicro other than to use the CAPS or JLink tools. I am using OpenOCD. And I assumed the following cfg lines would do the CSX set. flash...