Posted on May 17, 2011 at 09:51If you look at the errata for the chip, ''rev H'' apparently resolves this issue. Link to the errata sheet: http://62.193.238.133/download2.php?file=12944.pdf&info=STR912FAW44%20Errata%20Sheet%20STR91xFA&url=http://www...
Posted on May 17, 2011 at 09:51I figured out how to jump from bank1 to bank0: typedef void (*pFunction)(void); __ramfunc void Execute_STR9Application(void) { pFunction Jump_To_Application; /* Disable the prefetch-queue and the Branch-cache for the F...
Posted on May 17, 2011 at 09:50With v3.80A, I get a data abort while checking target ram. The project settings are the same for v3.78D and V3.80A, but I can't check the contents of ram in ether bank. I've tried this for both the STR912FW44 modes (ba...
Posted on May 17, 2011 at 09:50I was stuck here with this as well. My first nonideal solution was to use my own application to write to bank1 in the flash. When I switched banks using the Segger programmer, and used the Jflash utility to read back t...