7 years, 6 months 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?

Be the first to answer this question.