Expand flash memory of MCU with external memory

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
Post Reply
Sergejs
Posts: 143
http://meble-kuchenne.info.pl
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 73 times
Been thanked: 5 times

Expand flash memory of MCU with external memory

Post by Sergejs »

Hi,

Is it possible expand flash memory for my PIC16F628A using external memory IC like 24C32 or any other?

Regards.

kersing
Valued Contributor
Posts: 158
Joined: Wed Dec 02, 2020 7:28 pm
Has thanked: 66 times
Been thanked: 58 times

Re: Expand flash memory of MCU with external memory

Post by kersing »

Only for data storage where you need to use macros to read/write flash. External memory can not be used for code or variables.

Post Reply