MCUdude / MegaCore

Arduino hardware package for ATmega64, ATmega128, ATmega165, ATmega169, ATmega325, ATmega329, ATmega640, ATmega645, ATmega649, ATmega1280, ATmega1281, ATmega2560, ATmega2561, ATmega3250, ATmega3290, ATmega6450, ATmega6490, AT90CAN32, AT90CAN64 and AT90CAN128
Other
374 stars 115 forks source link

Extended SRAM #169

Closed r4wabr closed 2 years ago

r4wabr commented 2 years ago

Hi. How about make options for build projects with use of Extended SRAM?

MCUdude commented 2 years ago

I'm not sure, I've never used external ram with AVRs. I would probably use PlatformIO for something like this, since it gives you much you can configure in your build setup.

This might be relevant: https://scienceprog.com/adding-external-memory-to-atmega128/

MCUdude commented 2 years ago

I'm closing this issue because it's not really an issue related to MegaCore. If you need further assistance regarding external RAM; I suggest you ask over at the Avrfreaks forum. They know a whole lot more about this than me.