cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F0 increase programming memory and ram size

parth kothiya
Senior

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?​

2 REPLIES 2
MM..1
Chief II

As first change to STM32F030CC

S.Ma
Principal

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.