Hello,
Just uVision 5.14 and SDK 7.2.0. Try to compile the blinky example and get the next error
._build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol nrf_delay_us (referred from nrf_delay.o).
What's wrong?!
Thank you!!
daniel
Hello,
Just uVision 5.14 and SDK 7.2.0. Try to compile the blinky example and get the next error
._build\nrf51422_xxac.axf: Error: L6218E: Undefined symbol nrf_delay_us (referred from nrf_delay.o).
What's wrong?!
Thank you!!
daniel
Hi Daniel,
Have you make sure you referred to nrf_delay.h in the project setting. It's located in \components\drivers_nrf\hal.
The nrf_delay_us function is defined in that file.
@daniel: next time please post your comment in comment box, not as an answer. If the issue has been solve, please accept the answer :)
@daniel: next time please post your comment in comment box, not as an answer. If the issue has been solve, please accept the answer :)