Posted on November 07, 2006 at 04:09Here's some more info. If I flash the device, then switch the debugger option to ''Attach'', then start debugging, the interrupts work properly. What am I missing ???
Posted on November 07, 2006 at 03:07If I run our ST711 application under IAR's C-Spy debugger (using a J-Link) none of the interrrupts get triggered. This makes debugging anything pretty much impossible. I've gone through the settings about 100 time...
Posted on July 08, 2006 at 04:40In order to use a DFU I need to move my application so it runs at 0x40002000 instead of 0x40000000. I combined the default linker scripts loaded in STR71xF2_FLASH.ld into one big file and changed the MEMORY entry for ...
Posted on June 10, 2006 at 01:39I've rebuilt the str71x_lib with packed structures turned on, and also my project. During init PLL1 never locks. It works fine without the packed structures option turned on. Am I missing something?