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/TIDEP-0091: SPI Issues related to out of the box usage of TIDEP-0091

Part Number: TIDEP-0091
Other Parts Discussed in Thread: AWR1443, AWR1443BOOST,

Tool/software: TI-RTOS

Hey TI Team,

When I use the supplied .out file for the MSP432, the data between the AWR1443 is fine, but when I rebuild for the MSP432, the data that I receive on the SPI is garbage usually between (-inf, 0.00] and sometimes going up to +inf. 

Dependencies I've tried:

I'm currently using the Simplelink msp432p4 SDK 2.10.00.14

I've tried both the TI16.9.1.LTS and TI 18.1.1.LTS compilers

I've tried rolling back from XDC 3.50.5.12 to 3.50.0.10

I've tried removing the SDSPI header from the ti\simplelink_msp432p4_sdk_2_10_00_14\source\ti\drivers - and subsequently replacing the file

I've needed to replace the <pthread.h> header with <ti/posix/ccs/pthread.h>, as well as replacing ${COM_TI_SIMPLELINK_MSP432_SDK_INSTALL_DIR}/source/third_party/fatfs/lib/fatfs.aem4f with ${COM_TI_SIMPLELINK_MSP432_SDK_INSTALL_DIR}/source/third_party/fatfs/lib/ccs/m4f/fatfs.a for compilation to succeed, but otherwise, there's been minimal interference

Any recommendations?