Posted on April 09, 2013 at 20:35
The specific device: STM32F205RG
Issue:
I have a small boot code region that I'm using to jump from 0x0800000 to 0x08020000 the intervening blocks are to be used for static data... Unfortunately once I'v...
Posted on April 17, 2013 at 17:57library source code... I was looking at F1XX source when I mentioned I had a reference before and I realize now it's a bad example for F2xx flash. A few days ago I tried to find a more recent F2XX library source but ...
Posted on April 16, 2013 at 23:05Well I've made some progress... I've discovered that the PGPERR and PGSERR bits are set when the RealView ICE JTAG is used to step through code...my best guess is that my jtag configuration (auto-configured by RealV...
Posted on April 10, 2013 at 14:13If you have to tweak the Thumb bit the linker/compiler have bodged the job of producing a usable Cortex-M3 binary image. Agreed. That code's been in there forever. I haven't tested without it. Probably unnecessary co...
Posted on April 10, 2013 at 00:24RealView probably can compile the library code. But I can't add it to my project. I'm doing most of the things (as needed) that you mention SystemInit() does; however, I'm doing them manually. Except for flash operat...
Posted on April 09, 2013 at 21:17Thanks for the quick reply. Sorry for the confusion, I'm sure I could compile the library, but it's not a technical limit it's a 'we write our own drivers and everything else' limit imposed by my company...lame, I kn...