2021-09-02 01:33 AM
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:
Thank you for your time and help,
Domen
Solved! Go to Solution.
2021-09-02 04:32 AM
Hi,
the main.c needs also to be modified:
Rgds
BT
2021-09-02 04:32 AM
Hi,
the main.c needs also to be modified:
Rgds
BT
2021-09-02 04:34 AM
Thank you, your answer is very usefull.
I forgot to copy uint8_t globalCommProtectCnt = 0;
Thank you again and have a nice day,
Domen