shanky07
Newbie level 5
- Joined
- Mar 29, 2013
- Messages
- 10
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,378
Hello Friends,
I am working on a project in which I am interfacing few sensors with LPC1752.
There are some debug prints in my code.. e.g initializing, then sensor data..etc
I am using printf() function.
The problem that I am facing here is,if I add some prints LPC1752 stops working..And I remove prints it works. Same thing is happening if I add any code to interface new sensor.
Here I am not getting is it a problem of printf function, or stack size or something else...
Please Help...
I am working on a project in which I am interfacing few sensors with LPC1752.
There are some debug prints in my code.. e.g initializing, then sensor data..etc
I am using printf() function.
The problem that I am facing here is,if I add some prints LPC1752 stops working..And I remove prints it works. Same thing is happening if I add any code to interface new sensor.
Here I am not getting is it a problem of printf function, or stack size or something else...
Please Help...