I created a new project with the Arduino framework for the Nucleo H743 board, and it does not compile. I did not add any code to the project before trying to compile.
I have used Platformio successfully with Teensy's on this computer.
Here is the error:
C:\Users\user\.platformio\packages\framework-arduinoststm32\variants\STM32H7xx\H742Z(G-I)T_H743Z(G-I)T_H747A(G-I)I_H747I(G-I)T_H750ZBT_H753ZIT_H757AII_H757IIT\variant_NUCLEO_H743ZI.cpp:211:3: error: 'NC_' was not declared in this scope; did you mean 'NC'?
211 | NC_,
| ^~~
| NC
The terminal process "C:\Users\user\.platformio\penv\Scripts\platformio.exe 'run', '--environment', 'nucleo_h743zi'" terminated with exit code: 1.
I created a new project with the Arduino framework for the Nucleo H743 board, and it does not compile. I did not add any code to the project before trying to compile.
I have used Platformio successfully with Teensy's on this computer.
Here is the error: