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.

CC1312R: How to giving a name to SPI pin using syscfg.

Part Number: CC1312R
Other Parts Discussed in Thread: SYSCONFIG

Hi

I am trying to configure SPI by using syscfg tool.

I have a problem giving a significant name to a specific SPI pin, for example, I want that the name of SPI_CLK pin will be FLASH_SPI_CLK.

Your help will be appreciated.

Kobi.

  • I am afraid this is not possible. I am not even sure why they have the option to set the name in sysConfig.

    What I recommend you do is to use defines in your code to give the differnet signals usable names:

    #define FLASH_SPI_CLK CONFIG_PIN_x

    BR

    Siri