Hello,
I am working on an application using a TMS570LS1114. I use the XDS110 to flash the microcontroller.
In order to increase the speed, I am using the SPI with DMA.
My code seems to work properly unless I am using the debugger with breakpoints outside the DMA interruption.
I can tell my code is working since the SPI communication works.
But since I break in the main code, the next DMA packet will be sent incomplete.
Do you know where this behavior come from ?
Regards,