This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Timeslot observer example SWI0_IRQn conflict

Greetings,

SDK6.1 and Keil V5.12 I try to build the executable for Nordic GitHub project Timeslot Oberver example. I get an error that the handler SWI0_IRQHandler is multiple defined. Define in app_timer.c and define in main.c app_timerc. is part of nrf_libraries. In main.c SWI0 is used as Timeslot event interrupt (btle_scan_init(SWI0_IRQn) I have tried to use SWI1_IRQn for the Timeslot event interrupt so I can build the executable but I don't think it is the best way to solve this problem. Thanks, Claude

Parents Reply Children
Related