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

Problems with the ble app beacon example

Hi all, i am trying to load this example on the smart beacon kit; i followed this guide step by step (devzone.nordicsemi.com/.../) but the problem is the if i load the precompiled hex there are no problems, but if i compile the attached keil project, it gives me two errors of missing headers (still just following exactly the guide), precisely:

"cannot open source input file core_cm0.h, no such file or directory"

then i moved this file from the original directory (source code/components/toolchain/gcc) to the folder source code/components/toolchain, and the code compiles with no errors; the problem is that if i load it on the beacon, the led doesn't blink as if there is a problem with the code. What am i doing wrong? Please note that i didn't modify the code in the example, just moved those headers to remove the errors. Thanks in advance!

Related