Hello,
I am working on a project that need to capture data via SPI interface with F28377D and TI/RTOS. I have tested my SPI/DMA code alone without RTOS and everything works fine. I can have messages send out. However, when I was trying to merge the code into my program, SPI does not send out anything. I created a blank TI RTOS project and still could not make it to work properly. Is there a example for using SPI/DMA with RTOS for F28377D?
I have put my standalone program in attachment. Please check if I made any mistake if possible. I am trying to start sending information in SWI or HWI in my real program, is there anything special if I am trying to do that? Thanks.
Han