-
MCU Peripheral Forwarding
PC applications that interact with MCUs are used by developers for a number of reasons, such as data visualization, monitoring during testing campaigns, and command and control via a GUI. In this article, we’ll explore mapping an MCU’s peripherals to your personal computer to simplify development of PC applications built for embedded systems.
-
What we've been reading in September (2023)
Here are the articles, videos, and tools that we’ve been excited about this September.
-
Exploring printf on Cortex-M
The C
printf
function is a staple of embedded development. It’s a simple way to get logs or debug statements off the system and into a terminal on the host. This article explores the various ways to getprintf
on Cortex-M microcontrollers. -
A Simple Scheduler via an Interrupt-driven Actor Model
In this article, we’ll weigh the benefits of using the Cortex-M interrupt model as a scheduler and go over a simple implementation of this concept.
-
What we've been reading in August (2023)
Here are the articles, videos, and tools that we’ve been excited about this August.
-
Integrating Memfault With AWS IoT Core and ExpressLink
by Dan GrossTo ensure the reliability and stability of IoT applications, effective debugging and error monitoring are crucial. Memfault comes to the rescue with its comprehensive set of tools for remote debugging, crash reporting, and real-time error monitoring.
-
Securing Firmware Updates With AES Encryption
In this publication, we will explore a simple method to encrypt the firmware using the AES algorithm, using open-source libraries in Python. Of course, we will also see how to decrypt the firmware from the MCU using the AES encryption engine.
-
Debugging Android Devices
by Chris HayesIn this article we will explore the different facilities and tools available to debug Android based devices and produce robust systems that can handle a wide range of applications from smart fridges, to payment terminals, and of course mobile phones.