This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

printf() command doesn't work after calling a funcation

Hi,

I am working with ppg sensor to calculate heart rate and spo2. I collected data and printed it on RTT for first cycle values are printing on RTT. But after  collecting 500 samples I am calling a function to calculate HR  and SPO2, which have it own .c and .h files. So when this function is called printf()  stops showing any values on terminal. I know function code is working fine as i can see the values being update on debugger. 

So if anyone have experience on that .

Thank you 

Yujiro

Parents Reply Children
Related