Question
why stm32f411ve jump to Hard Fault
Posted on September 24, 2017 at 23:23
I want to write and read file using FATFS and USB DİSK Host Only middlewares on stm32f411ve but the processor jumps to hard fault when it makes 'f_open(&MyFile,'example.txt',FA_CREATE_ALWAYS|FA_WRITE)!=FR_OK' code. I don't understand why it does, one could run the app on that i watched video.