Hello,
I’m having difficulty getting data out of the McASP TX pin. Specifically, I’m using AXR11 for that purpose. In the McASP interrupt, I’m getting the XRDY indication each time, from the serializer (11). When it indicates ready, I then load in the latest RX data into RX (MCASP_CTRL->XBUFF11), which is a 32 bit value that represents a signal generator sine wave input, sampled at 12.5 Khz. So the TX serializer must be thinking the data is going out, else it wouldn’t keep setting XRDY to true? But yet when scoping pin AXR11, I never see anything going out. However, I can put that pin into GPIO mode, and toggle it, and see it on the scope. So it’s not being held high or low.
I’m kind of out of things to look at to debug this, and would appreciate any suggestions/points.
Robert