Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 1 month ago.
Code does not work correctly
There some errors in the Code
Error: Identifier "PA_6" is undefined in "main.cpp", Line: 81, Col: 24 Error: Identifier "PA_7" is undefined in "main.cpp", Line: 82, Col: 25 Error: Identifier "PA_1" is undefined in "main.cpp", Line: 83, Col: 23 Error: Identifier "PA_4" is undefined in "main.cpp", Line: 84, Col: 21 Error: Identifier "PB_0" is undefined in "main.cpp", Line: 85, Col: 22 Error: Identifier "PA_0" is undefined in "main.cpp", Line: 87, Col: 23 Error: Identifier "PC_0" is undefined in "main.cpp", Line: 88, Col: 15 Error: Identifier "PB_3" is undefined in "main.cpp", Line: 89, Col: 20 Error: Identifier "PC_1" is undefined in "main.cpp", Line: 90, Col: 20 Error: Identifier "PA_9" is undefined in "main.cpp", Line: 92, Col: 17 Error: Identifier "PA_10" is undefined in "main.cpp", Line: 92, Col: 22 Error: Identifier "PB_9" is undefined in "main.cpp", Line: 95, Col: 10 Error: Identifier "PB_8" is undefined in "main.cpp", Line: 95, Col: 15
Question relating to:
1 Answer
7 years, 1 month ago.
It looks like the program you are using is using pin names that do not exist on the target you are compiling for. Please check your boards platform page for the correct corresponding pins.