why the code lay on QSPI ExtFlash made the ".bin" file too large?
I have a project that contained UI design using TouchGFX. Almost the code auto-generated by TouchGFX for STM32CubeIDE is lay on QSPI external flash. And after built in CubeIDE, I saw .bin file of project around ~2GB
So, I try to relocate all the section pointed to QSPI external Flash to Flash region by using Linker file. After that, .bin file have been built around 900KB
So what is the problem here? why the code lay on QSPI ExtFlash made the ".bin" file too large?
