Setting up an Embedded Development Environment: Difference between revisions

From R@M Wiki
(Started Dev env page)
(No difference)

Revision as of 15:15, 22 June 2024


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: