cancel
Showing results for 
Search instead for 
Did you mean: 

FatFS on STM32u5: f_mount freezes

AbhayG1
Associate

Split from FATFS for STM32u575 - this is a different issue.


helloo, i did the same exact thing and everything compiled properly, but after running it, the code freezes when the f_mount() function is encountered. Did you find a solution to your problem ?? 

 

1 REPLY 1
Andrew Neil
Super User

Welcome to the forum.

Please see: How to write your question to maximize your chances to find a solution for best results.

 


@AbhayG1 wrote:

the code freezes when the f_mount() function is encountered. Did you find a solution to your problem ?? 


What debugging have you done to find where & why, exactly, it is hanging?

Have you tried stepping into that function ?

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.