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, 8 months ago.
Duplicate RTC1_IRQHandler() and made a compiler error
I tried to compile "NNN40_BLE_CMSIS-RTX_Beta" and got an error.
RTC1_IRQHandler() routine are duplicated in two files as below.
1) us_ticker.c (mbed-src-nnn40 lib.)
2) RTX_Conf_CM.c (mbed-rtos-nnn40 lib.)
How do I select those two function?
1 Answer
8 years, 8 months ago.
It could be compiled successfully in my environment.
It would be OK if the target is set correctly.
I tried just compile the code imported from "https://developer.mbed.org/teams/Delta/code/NNN40_BLE_CMSIS-RTX_Beta/" and added "Delta DFCM-NNN40" platform to my compiler.