Posted on November 22, 2007 at 22:26Update: When I disable XRAM2 which is normally mapped between 0xc000 and 0xDFFF i can now externally address the above ranges as well as 0xC000-0xDFFF and 0x8000-0x9FFF. Unfortunately that doesn't solve my problem...
Posted on November 22, 2007 at 20:45 D'oh, sorry I attached a startup file I had been playing with, this is the correct one...
________________
Attachments : START167.A66 : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=...
Posted on November 22, 2007 at 20:36 Hi all, I am trying to interface an ST10F269 to external RAM (located inside a spartan FPGA). I would like to memory map my ram in the empty space between 0x8000 and 0x9FFF. Unfortunately no matter how ha...
Posted on April 18, 2007 at 21:22OK, I think I have it sorted... It seems that the following code segment causes a fault: uint8 SendBytes(uint8 * ptrString, uint8 uiOffset, uint8 uiBytesToSend) { uint16 uiLocation; uint8 uiCounter = 0; // Disable...