How is compiled code placed into memory?
Jan 23, 2025 · 2 min read · In microcontrollers, there are typically two memory regions: Flash and RAM. Flash is a non-volatile memory which retains the data after power cycle. It is design to store unchanged data. RAM is volatile memory which lost the data after power cycle. T...
Join discussion