STM32F0 increase programming memory and ram size
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-22 1:26 AM
In my project I'm use STM32F030C8T6TR MCU in this MCU programming memory is 64kb and ram is 8kb how can I add external memory and ram to MCU?​
Labels:
- Labels:
-
Flash
-
RAM
-
STM32F0 Series
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-22 2:09 AM
As first change to STM32F030CC
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2022-01-22 4:24 AM
Or use compile optimisation, investigate map file and edit your code to be more opti.ised. external memory like I2C eeprom can be used for non time critical data storage and avoid eeprom emulation in flash. The options depend case by case situations.
