STM32U575I-EV: void HardFault_Handler(void)
I am not very familiar with debugging and I am a beginner in firmware programming, if anyone can give me directions on how to solve the problem.
The error is generated in this part of the code and precisely here:
writeVal[j] = RBF1[i+1];
I am attaching the code, name file FPGA_upload
I tried to generate a new simpler project by just entering the code I entered above and I don't get any errors. At this point I have inserted on the new project through cubeIde: FILEX, THREADX and SDMMC1 the latter generates the same error written above. For FILEX, THREADX and SDMMC1 the code is only the one generated by CUbeIDE.
Thanks to those who can help me. If you also have links where to study and deepen the world of STM32 debugging, that's fine for me to learn
