STM32H743IIT6 Flash Size Error #2039
-
I wrote a code that easily fits in STM32F103RET6 that has only 512KB of flash , But when I use same arrays in the STM32H743IIT6 it says : when I reduce Array size a little bit , it says that my code only took 6% of the Flash My array is a 480*72 uint16 image in the flash , Like this : const uint16_t image[34560] PROGMEM |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Could you be more precise, which target you select? Core version? |
Beta Was this translation helpful? Give feedback.
-
Yes Core Version : 2.5.0
I tested others too... Same problem
I already said my Target was STM32H743IIT6 !
in the arduino : Generic STM32H7 Series => Generic H743IITx
…On Tue, Jun 13, 2023 at 12:59 PM Frederic Pillon ***@***.***> wrote:
Could you be more precise, which target you select? Core version?
Sketck?
—
Reply to this email directly, view it on GitHub
<#2039 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMSBMBNEA7GOUA4HWGD3GZ3XLAXHRANCNFSM6AAAAAAZER2DYE>
.
You are receiving this because you authored the thread.Message ID:
<stm32duino/Arduino_Core_STM32/repo-discussions/2039/comments/6161527@
github.com>
|
Beta Was this translation helpful? Give feedback.
Please avoid this kind of answer. Yes you told that but sometimes there is several target with the same mcu. That's why I asked to avoid any misunderstanding. Issue #2040 is fixed. Simple fix.