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.
Hi Hung,
Ok! I'm compiling now. I'm trying to download the application with Uvision and nRFGo Studio and no LEDS blinking.
I got message that application has been downloaded and verified in both. I'm sure I'm downloading the right .hex... verified by date of when it has been compiled.
I saw there is a red cross line 8 in nrf_delay.h but it compiles.
Please... any suggestion??
Thank you again!!
Best regards,
daniel
Hi Hung,
Ok! I'm compiling now. I'm trying to download the application with Uvision and nRFGo Studio and no LEDS blinking.
I got message that application has been downloaded and verified in both. I'm sure I'm downloading the right .hex... verified by date of when it has been compiled.
I saw there is a red cross line 8 in nrf_delay.h but it compiles.
Please... any suggestion??
Thank you again!!
Best regards,
daniel