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: MSP432P401R
Hello All,
I am new to TI MCU's and the code base.
I have found good amount of example for all the peripherals in the SDK. I have one very basic query, not in particular to SPI but I need any reference to address my query so I will SPI as an example.
In the SDK examples for SPI with TI RTOS, I have observed few API's like below. where it's not clear how the Port& Pins are configured, which channel the SPI is configured for and other information.
SPI_Params_init
SPI_open
SPI_transfer
Because in example with no-rtos, it's clear that first pin configuration and then enabling the master with channel address like EUSCI_B0_BASE.
Can someone help me to understand this. I have gone through the TI-rtos document but that didn't help.
Hello,
The MSP_EXP432P401R.syscfg.json is a handcrafted file used by SysConfig. It describes the physical pin-out and components on the LaunchPad.
For example:
**Attention** This is a public forum