Hello t-oka,
We are lacking a little of your context. What are you trying to do exactly with this bitmap ?
Do you intend to do data processing on the pixels and save the result file, or do you need to display it as is on a screen ?
As the others already said, it is not possible to read entirely such a big image in MCU memory.
Maybe you could start by reading the documentation file provided in the FW pack here:
STM32Cube_FW_F2_V1.9.4/Projects/NUCLEO-F207ZG/Demonstrations/readme.txt
This demonstration displays a 128x160 pixels BMP image on a Adafruit 1.8" TFT connected to the Nucleo board extension.
You will need also to store the image on a microSD card inserted in the slot.
If that does not fit your needs, you would have to switch to an EVAL board with more capabilities...
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.