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.

RTOS/TMS320F28335: Not able to execute task created

Part Number: TMS320F28335
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hi

Team

I have created a sysbios task with typical option!

I have added the source code of SPI for the task and I am calling the function of the spi in the created task.

When I try to add break point inside the function of sysbios task I get the following warning and my code dosent work!

Kindly let me know what could I change.

I want only transmission to happen I have disabled the loop back bit only in the register

SpiaRegs.SPICCR.all=0x000F; //16-bit character, Loopback mode

from

SpiaRegs.SPICCR.all=0x001F; //16-bit character, Loopback mode

Let me know what changes has to be done to have only Tx

and the error how to solve this error


 

 

Thank you

Deepak R