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.

MSP432P401R: How to change SPI driver (change UART communication to SPI communication in project_zero)

Part Number: MSP432P401R
Other Parts Discussed in Thread: CC2650

Hello.

First, the hardware is as follows:
MSP-EXP432P401R (MSP432 LaunchPad)
LAUNCHXL-CC2650 (SimpleLink CC2650 BoosterPack)

We want to change the NPI in project_zero from UART to SPI and check the BLE operation.
1.The CC2650 side has been changed to support SPI. (Based on the answers in the E2E support forum)
2.I also changed the MSP432 side from UART to SPI. (Based on the answer in the E2E support forum)
(1)The source for project_zero can be found below.
C:\ti\simplelink_sdk_ble_plugin_3_20_00_24\examples\rtos\MSP_EXP432P401R\bluetooth\project_zero
(2)The source of the npi can be found below.
C:\ti\simplelink_sdk_ble_plugin_3_20_00_24\source\ti\npi
If the npi-related source was modified, the library was rebuilt.
(3)The SPI driver can be found below.
C:\ti\simplelink_msp432p4_sdk_3_20_00_06\source\ti\drivers
3.I am debugging with CCS.

I would like to change the SPI driver.
If I change the SPI driver, what do I need to do to enable the changed SPI driver when debugging with CCS?

Best Regards.