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.