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.

MSP432 Cloud Pinmux Tool output with errors

Hi champs,

I just try to setup a new project based on portableNative_MSP_EXP432P401R_tirtos_gcc in actual simplelink_msp432p4_sdk_1_50_00_12.

I want to use MSP43 2peripherals, which can be routed to J5 connector (not the standard LP connectors).

So I used pinmux cloud tool to generate board.h and board.c file (safari browser on MAC OS X).

I found in documentation, that this Board.c and Board.h replace the currently existing MSP_EXP432P401R.c, MSP_EXP432P401R.c and Board.h in the current examples.

So I removed these files form the project and added the new ones generated by pinmux tool to the project.

After performing a select build (compilation) of board.c, I got these error msg from CCS7.2 (MAX OS X):

>> Compilation failure

subdir_rules.mk:7: recipe for target 'Board.obj' failed

"../Board.c", line 343: error #20: identifier "PWMTimerMSP432_P10_5_TA3CCR1A" is undefined

"../Board.c", line 347: error #20: identifier "PWMTimerMSP342_TA3CCR2" is undefined

"../Board.c", line 407: error #20: identifier "SPIMSP432DMA_P__" is undefined

"../Board.c", line 539: error #255: expected a ","

"../Board.c", line 543: warning #12-D: parsing restarts here after previous syntax error

4 errors detected in the compilation of "../Board.c".

gmake: *** [Board.obj] Error 1

Error 539 was easy to fix manually by adding ' , '

Rest of error (identifier) could not be fixed easy.

Questions:

I beliebe my procedure is just what our customers are doing, when starting their 1st MSP432 project. 

Our sdk content and pinmux output seems not to be consistent.

So my advice, pls provide

- examples that are compatible with actual pinmux output

- simpleLink Academy lab, how to setup a project like portableNative_MSP_EXP432P401R_tirtos_gcc with pinmux to adapt it to my board.

- recipe, exactly what to do, when MSP_EXP432P401R.c, MSP_EXP432P401R.c and Board.h are still in project example.

Question: Can you pls look at my pinmux files and tell me what to do ? Is this a known error ?

Attached: outputs and project file of pinmux:

Archiv.zip

**Attention** This is a public forum