Hi everybody
I am working on a project which transfers ADC data from LPC-Link2 using USB to PC, for this purpose i need to frame the data in order to recognize either the start and end of the data and to which part of the application it belongs. as far as i know the best way to do it is using byte stuffing, however i am not sure where in the process ADC and DMA I should reframe the data. is there a better approach other than byte stuffing ?
Thanks in advance