I guys, I m trying to use the nrf52840 protocol in order to send an interrupts between two boards.
Looking at the examples provided in the SDK i didn't understand how to write the uart ...or wich function i have to use to send a message with that protocol...Anyway in internet there is an exemple : https://github.com/NordicSemiconductor/nRF-IEEE-802.15.4-radio-driver, that implemented the tx and rx side of the protocol. The problem is we have to create the project file on segger embedded studio; i added all the header files (.h and .c) in the components folder but the linker doesn't find them. What should I do in order to run the given example?
Thanks !!!


