Part Number: AM5728
Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I am trying developing TDMA with 32 channel (McASP) using TiRTOS without DMA, where clock and frame sync are external.
I have configured the McASP accordingly and able to see data transition on pooling mode in a while(1) before calling BIOS_start().
As soon as I configure the interrupt and calling BIOS_start(), McASP goes crazy and not getting the interrupts when requested. I have checked its hitting the interrupt.
I have configured the interrupt for Frame Sync, Data Ready and Last Slot.
I want to develop a system which exchanges data on 32-channel TDMA to other node using interrupt.