BUS Fault - Active faults @ lv_mem.c

Hello,
I have been using the LVGL library in my project for a long time. everything was fine. But I changed the display method. So normally I was using C Array format and displaying it. But now I’m using the .bin path and using open file functions. The GUI guide created some files for me. For example, lv_fs_rawfs.c and I merged it into my project. I am experiencing a bus fault problem when I try to fs_read the .bin file that I previously wrote to the XIP flash. What is the reason? Thank you for your help.