Hello Guys I am using STM32F429IGT6 controller.I am using EWARM. recently my code size reached 1MB so during download it gives error'writing outside flash memory at address 0x08100000'.But as the flash region is from 0x08000000-0x081fffff it should
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-26 7:06 AM
Hello Guys, I am using STM32F429IGT6 controller. I am using EWARM. recently my code size reached 1MB, so during download it gives error' writing outside flash memory at address 0x08100000'. But as the flash region is from 0x08000000-0x081fffff , it should actually allow me to use 2MB region. I also tried STM32 ST Link utility , but that says 'file size is bigger than flash size'.STM32F429 has 2MB Flash right? thn it should allow code size till 2MB. Then why it is not allowing?
#stm32f429Solved! Go to Solution.
- Labels:
-
STM32F4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-26 7:41 AM
Incomplete reading of the datasheet? Here an interesting snapshot: IGT6 or IIT6 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-26 7:41 AM
Incomplete reading of the datasheet? Here an interesting snapshot: IGT6 or IIT6 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-26 8:53 AM
Please don't put the entire question in the title, put a one line summary. Edit to fix
Mouser says 1MB when you Google Part#
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-08-26 11:36 PM
Thanks KIC and Clive. Got it. So I need to go for STM32F429IIT6.
Sure Clive. I mistakenly put the entire question in Title.
