How to read a .csv file - STM32H745I-DISCO
Hi everyone,
I'm trying to open an image as a .csv or .bmp file in STM32CubeIDE. I've already tried different ways of reading the file but none of them would actually work. When I build the project the output gives no errors but when debugging, the file seems to be NULL. Should I add the .csv or .bmp file to the Src folder?
How should I import a .csv format file?
B.t.w, this is the code I wrote to open the file:

Thank you all in advance.
