cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F429I-DISC1 FLASH overflowed, how should I fix it?

mchal.11
Associate

Hello

STM32F429I-DISC1 FLASH overflowed, how should I fix it?

since i encountered this problem

`ExtFlashSection' will not fit in region `FLASH'

`FLASH' overflow 6934684 bytes

I can think of 2 ways: 1. Reduce project size 2. Increase memory with Micro SD Card adapter.

I would like some advice on which method to use and how to do it.

(I am a beginner)

2 REPLIES 2
Peter BENSCH
ST Employee

Welcome, @mchal.1​, to the community!

If you are a beginner, you should simply reduce the project size. The STM32F429I-DISC1 has external RAM that can be used for the frame buffer, but only 2MB of Flash. You should not try to work with SD until you have gained some experience.

Good luck!

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Did it answer your question?

If the problem is resolved, please mark this topic as answered by selecting Select as best. This will help other users find that answer faster.

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.