Content originally posted in LPCWare by tom84 on Tue Mar 27 04:38:47 MST 2012
so if i understand this right, i can do the following:
StartReadFrame // set rptr to the start of RX_DESC_PACKET = Rx_BUF
Copyfromframe(Memory i want to use, StartReadframe) // Read the hole frame
EndReadFrame // release the buffer
after that the hole frame should be in the meory area i wanted it to be. Right?
Thanks for the fast answer....