memory

Hello team,

I am beginning with Arduino tools.

I would like to use the Arduino micro for a project. It uses an ATmega32u4 with a Flash Memory 32 KB of which 4 KB used by bootloader.
So I am wondering about the program space .
Please, is there any Arduino mini USB key I can use to increase the program space for my embedded software?

Thank you,

Aubin

As far as I know, code can only be executed from internal flash memory. For beginner-level projects you're probably not going to run out.

is there any Arduino mini USB key I can use to increase the program space for my embedded software?

Just to back up BulletMagnet83 definitively:-
No, this is not possible.
If, as a beginner, you fill up the memory you are doing something very wrong.

Thanks a lot for your help :slight_smile: It seems like I underestimated the 32 KB dédicated to program space.