Posted on May 17, 2011 at 09:49That is essentially what we do (but in reverse): * external device writes to asynchronous FIFO part * STR912 DMA via EMI to SRAM (in 1k chunks) * then use ENET library ENET_TxPkt( void * ppkt, u16 size )which I've modi...
Posted on May 17, 2011 at 09:48FYI: I am using the Keil uVision IDE and Realview ARM toolchain. I think the basic problem is something like: 1. Reserve a sector of flash in bank 0 2. inform the linker that this is for data 3. create methods that exe...
Posted on May 17, 2011 at 09:48I did not find that link helpful. Perhaps I didn't understand it. The Keil uVision kit provides a nice example of running function from ram. It is small and easy to understand. So I'm starting there. What I would like ...
Posted on May 17, 2011 at 09:47Fair enough. 8) Just to provide a little more information... These ''packets'' are happening pretty infrequently. I've seen them as 10,11,12,13,14, and 15 bytes. I haven't been printing out the bytes, but will be in th...