Hacker News new | ask | show | jobs
by mhitza 108 days ago
Generally there are established communication protocols, and developer debug hook points.

JTAG, UART as common interfaces.

I2C, CAN bus as protocols you're commonly going to find.

Stuff like Arduino, Raspberry PI are generally good introductions to embedded ptogramming and debugging.

Nothing beats having access to a hacker space where someone can mentor you during learning.