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.
Part Number: LAUNCHXL-F28377S
I am using CAN sample code (can_external_transmit_cpu01) from controlSUITE on my LAUNCHXL-F28377S. I removed CANB part(receiving related) and only test sending part. However, CAN tool didn't get any data and DSP TX pin always output high.
1. I changed the GPIO according to the LAUNCHXL board (R:GPIO70, T:GPIO71).
2. '#define _LAUNCHXL_F28377S' in F2837xS_SysCtrl.c.
3. If set the TX pin as general IO, it can toggle with no problem.
Any suggestion?
Thank you.