This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320F28335: UART circular buffer receive and frame detection

Part Number: TMS320F28335
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi TI,

We're using your TMS320F28335 in our project.We use UART to communication between two MCUs,and there are different length data frames with different frame head.

We want to realize circular buffer robust receive avoiding burst data in UART and realize frame finding and parsing.

Well how to code it?

It wiil be appreciated that demo and docs are provided.

Best regards,

Frank

  • hi Frank,

    Is there any specific reason to needing circular buffers over FIFOs ?

    We do have some example in C2000ware which use both interrupts and the SCI FIFOs .

    C2000Ware\device_support\f2833x\examples\scia_loopback_interrupts

    Other example are here :

    C2000Ware\device_support\f2833x\examples

    Regards.