Skip to main content
LTech
Associate III
April 12, 2019
Question

Error: "Will not fit in region 'QUADSPI' " and " 'QUADSPI' overflowed by ... bytes "

  • April 12, 2019
  • 2 replies
  • 1071 views

I have set up only three screens with some images, and it wont flash the target (simulator works fine) and I get two errors:

Error: " 'Extflashsection' will not fit in region 'QUADSPI' "

Error: " 'QUADSPI' overflowed by ... bytes "

This topic has been closed for replies.

2 replies

Clive1 (HNL)
Explorer
April 12, 2019

Ok, and how large is the definition for the loader region in the scatter file or linker script? Keil?

The linker tends to fail if it is given bad parameters, or you're simply trying to put more data than will physically fit in the device.

If you tell it that is has a 8MB device, 16 or 32MB of stuff will not fit.

LTech
LTechAuthor
Associate III
April 13, 2019

I've started a new project and added same images and screens and now it works...

SR.8
Associate II
July 24, 2021

hi, have solved that issue? i am new to this touch gfx. i need to know, is that the only way by creating a new project only we can solve this issue?