cancel
Showing results for 
Search instead for 
Did you mean: 

i'm reading temp sensor value and store to SD card and my question is, it debugging successfully & if i run for 5 times only, it reads output from a sensor and storing to SD card 2.if I flash to the controller without Debugging, text file is not generate

mrsmile
Associate III
 
2 REPLIES 2

Sounds like a coding or initialization issue.

Perhaps timing different without the debugger, or the debugger initializes something you later depend on.

If BOOT0 pin floats the chip may not start reliably.

No idea about your code, board, or STM32

Anecdotal descriptions are hard to diagnose.

With SDIO/SDMMC implementations with FATFS, start by debugging the low level DISKIO layer, failure at the top-level/application won't identify a cause.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

thank you for your response sir.