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.
10 years, 10 months ago.
Nucleo_L152RE undefined identifiers in mbed revision 92
I have an app where I make use of low level register variables from the mbed library. It works fine up to revision 89 of mbed, but not with the latest revision (92). It gives errors like Identifier "EXTI_InitTypeDef" is undefined as well as a number of others like that. The identifiers are defined in the mbed target NUCLEO_L152RE source, but when I try to include the header file, it can not find the file. Any suggestions?
1 Answer
10 years, 10 months ago.
I believe STM guys are busy with combining all the 5 million different versions of the ST driver lib into a few less versions. So you probably will need to check out the source code for what the new name and location of this def is.