Posted on May 17, 2011 at 11:32Hi guys, I am writing a C low level startup sequence for the STR912FW44. As soon as the code tries to read flash memory past the 32k memory (address 0x8000 and higher) I get a data abort exception. Can anyone give me a...
Posted on May 17, 2011 at 09:56Hi Damien, Thanks for the help! It turns out that if DEBUG is defined in ''91xconf.h'' (or in my Makefile), the peripheral registers are declared as ''extern'' in ''91x_map.h'' and initialised to correct values in the ...
Posted on May 17, 2011 at 09:56Hi guys, I am writing a C low level startup sequence for the STR912FW44. After the routine has finished, the code then tries to read flash memory past a 32k ''boundary'' (address 0x8000 and higher), e.g. address 0xa444...