Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, I am facing two issues in the below code. I use segger embedded studio. 1.The value I am setting as fs_initialized = true in line number 90 (inside FRESULT fs_init() function )is changing to fs_initialized = false after the while loop or line number 143 in void sync_files(bool delete_all) function. 2. The file_index is getting reset to value 77 after it reaches the maximum value, which is 400. So it is not coming out of the loop. But this issue can be solved if I set the optimization level t…