Opening a .bin file in STM32CubeIDE
I am beginner with STM32 microcontrollers and currently building a program on the NUCLEO-F446ZE board in which I would like to open a .bin file and parse the data from this file. So far, I fail to open the file.
To check whether my code was the problem or not, I tried to open the .bin file using VS Code. Here, it succeeded, so the code by itself is not the problem. This is the code I wrote:
When debugging my code in the STM32CubeIDE, I notice the following error related to the 'file' variable:
0x20020000 <error: Cannot access memory at address 0x20020000>
Where is this coming from and how can I solve this error?
For info, this is where the .bin file is currently stored:

Thanks in advance!
