Certain parts of code not getting executed
Hi,
I'm facing a strange situation. I have a custom board with a DA14580 and some sensors.
In my application, a part of the program isNOTgetting executed at all.
A simplified look of my code is as follows:
main()
-> function_1()
-----> function_2a()
-----> function_2b()
-----> function_2c()