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.
8 years, 1 month ago.
Undefined Identifiers after updating MBED library
I am using the FRDM-K22F board. I just updated the MBED library on a project I finished in early 2015. The program compiles fine with the particular version of MBED I was using back then, but after updating to the most recent release I have a bunch of undefined identifiers, mainly registers like for example PORTC_PCR5 or registers for clocks etc... which keeps me from successfully compiling the program.
My guess is that I should stick to the old library, it's the easiest solution. But what would cause all the identifiers to go missing?