2022-01-22 01: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?
2022-01-22 02:09 AM
As first change to STM32F030CC
2022-01-22 04: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.