Setting up an Embedded Development Environment

From R@M Wiki
Revision as of 15:15, 22 June 2024 by Ayelovic (talk | contribs) (Started Dev env page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


At the most basic level, writing high-level software for an embedded device is no different than for your laptop or desktop. You write some high-level code like C or Python, compile it if necessary, then "give" it to your CPU to execute. Let's break down these steps: