Other Parts Discussed in Thread: MSPM0L1306
I'm using SysConfig with the MSPM0 SDK in CCS but I don't see a way to export the pinmux configuration in a human readable format like CSV. Is this something that will be implemented in the future?
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.
I'm using SysConfig with the MSPM0 SDK in CCS but I don't see a way to export the pinmux configuration in a human readable format like CSV. Is this something that will be implemented in the future?
Hello,
Which device are you working with?
Thanks,
E. Shareef
Hello,
Thank you for confirming. A colleague will respond here shortly.
-E. Shareef
Hi Gordon,
We don't support this function now, but I think this is a good idea for us, I will feedback to software team to see if we can add this feature in the futhure.
Thanks!
Best Regards
Johnson
I just noticed that with CCS Theia and MSPM0 SDK, I'm getting a peripheralPinAssignments.txt generated in the build directory. It looks like this:
- GPIOA:
+ Standard Output: PA21
+ Standard with Wake Input: PA18
+ Standard with Wake Input: PA17/OPA1.IN0-
+ Standard Input: PA16
+ Standard Input: PA14
+ Standard Input: PA12
+ Standard Input: PA11
+ High-Speed Input: PA10
+ Standard Input: PA7
+ Standard Input: PA6
+ High-Speed Input: PA5
+ Standard Input: PA4
+ Open-Drain Input: PA1
+ Open-Drain Output: PA0
+ Standard Output: PA27
- SYSCTL
- UART0:
+ RX Pin: PA9
+ TX Pin: PA8
- EVENT
- CRC
- SYSTICK
- WWDT0
- BOARD:
+ Debug Clock: PA20
+ Debug Data In Out: PA19
While this is useful, it would be better if the generated text used the names assigned in the SysConfig. For example:
- GPIOA:
+ GPIO_LEDs:LED1 -> PA21 (Standard Output)
+ GPIO_Buttons:Button1 -> PA18 (Standard with Wake Input)
+ ...