This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

arm-gcc executable not working. Flashing ok.

Hello ! I am using Red Bear Nano which has nrf51822 and I have connected it to a computer with linux. On the computer I downloaded arm-gcc version 4_9 and I linked it to the nrf51 version 11 sdk. And it compiles great. I wanted to flash an example to see if flashing the Red Bear works and when I flash, the hex resulted from the make command in the pca10028->armgcc folder, I cannot find it when I scan it with NRF Connect app on my Android phone. However, when I flash the already existent hex file from ble_app_hrs->hex directory it works fine. I made a diff between the two hex files and the result of the command says that they differ. Should they differ ? I cannot understand what is the problem. I didn't modify any code of the source files. I compiled them directly.

Related