Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello,
We are trying to invert our SPI signal, however the Invert option is not available in the Digital IOMUX. What could cause this issue?
Thank you and best regards,
Ambroise
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.
Tool/software:
Hello,
We are trying to invert our SPI signal, however the Invert option is not available in the Digital IOMUX. What could cause this issue?
Thank you and best regards,
Ambroise
I just tried this with one of the Examples (spi_controller_multibyte_fifo_poll) and changing Invert (as in your screenshot) to "Enabled" resulted in a call from ti_msp_dl_config.c to DL_GPIO_initPeripheralOutputFunctionFeatures(GPIO_SPI_0_IOMUX_PICO) with DL_GPIO_INVERSION_ENABLE.
Is that what you see?
Hi all,
Sorry I used the wrong screenshot, the setting is not appearing in our sysconfig. What could cause the setting to be removed?
BBR Ambroise
What's the version of your syscfg?
Please try to use the latest one, mine is 1.24.0.
Also, you can init the invert function in your software code, to set this bit manually:
Hello Helic,
Can you share an example code for the init?
We were not able to have this setting set in code.
Thank you and best regards,
Ambroise
Based on CCS20.2 and SDK 2.05, I can successfully change Invert in a SPI signal.
spi_controller_multibyte_fifo_poll_LP_MSPM0G3507_nortos_ticlang.zip