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.

McBSP: Uart

Other Parts Discussed in Thread: TMS320C6416

Hi,

I'm trying the application report SPRA633 in which McBSP works as an UART serviced by DMA.

I have run the code in both the actual platform (based on tms320c6416) and the simulator. It doesn't work correctly. I just want to implement the transmission part.

I have checked that DMA transfers the words to DXR register but McBSP doesn't send anything via serial port. In fact I never watch XEVT event flags in ERL register during DMA transmission.

Is this example code really working?

 

Thanks in advance,

Gonzalo

  • I have watched TX line with a scope and there is not the expected signal.

    The signal is flat and has two or three spikes within a word. (I mean within the time that corresponds to a word)

    Did anybody make this example work?