Problem with "globalCommProtectCnt" during importing the project
Hello after importing NFC project example (X-NUCLEO-NFC05A1) to chip "STM32L051C8T6" I get an error: "undefined reference to `globalCommProtectCnt'"
I made import of the NFC project many times but never get this error. Only difference from other is that now I have the same interrupt function for EXTI0 and EXTI1.
So, instead of "void EXTI0_IRQHandler(void){"
I have now "void EXTI0_1_IRQHandler(void)".
During importing the project I did:
- add rfal and ST25R3911 library,
- add path to this library,
- add USE_LOGGER to symbol,
- add demo, logger, platform, spi and usart files to Src and Inc folder,
- add "st25r3911Isr();" into the folder stm32l0xx_it.c,
- in platform file change "EXTI0_IRQHandler" to "EXTI0_1_IRQHandler" .
Thank you for your time and help,
Domen
