Posted on October 27, 2006 at 20:53Hi Thanks for the reply but figured out what was happening. When converting from elf to bin I forgot an option so the file being programmed was not correct, stopping the code from running. Cheers Vaughan
Posted on October 26, 2006 at 20:00 Hi I have some code that runs ok when load into RAM via the debugger but will not run when loaded into flash. I am using the GNU tool chain to compile with and OpenOCD to program the flash. I have modified ...
Posted on March 01, 2006 at 16:28Some more info. My initial findings were using our target board. I have just run the code you suggested on the eval board (MB393) and it works fine as written. I suspect that it might be something to do with my targe...
Posted on March 01, 2006 at 16:21Hi Jp Thanks for that, I tried it but with no luck. Just one thing though, the address you used to read the device ID is 0x60000002, according to the flash datasheet shouldn't this be 0x60000001? If I use this addres...
Posted on March 01, 2006 at 00:35Hi I am having problems with the EMI interface. I am interfacing a M28W320CB flash memory to a STR710 using Bank 0. I am trying to read the manufactuer and device ID's. I can ead the manufacturer ID ok (0x20) but can...