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

Code runs in IDE's but not on Board

Hi there. I have a very long C code that is running correctly on Code:Blocks, Ubuntu Terminal ( using GCC ), Eclipse and on Dev-C++.

However, when I put in on the board, the code does not reach the end and the board gets stuck somewhere in the middle.

I'm using standard C libraries, and am receiving no compiler errors when using Keil or Eclipse to compile the code for the nRF52 board.

What should I be looking at in my code to see why the board is not operating according to the code ?

P.S: When I test individual functions, the board runs fine. But when I run the whole code, it stops somewhere midway, even though the code runs correctly in other IDEs.

Parents Reply Children
Related