A guide on how to add a custom section in the linker script to store image information such as firmware version, checksum, and build details.
Learn how to implement vector table relocation and memory mapping in a bootloader for the STM32F4 microcontroller. Understand why vector table relocation is essential for correct interrupt handling and system stability, and discover how to properly configure it within our bootloader.
A tutorial on setting up communication between two machines using the CAN bus. This guide includes the necessary code and steps to simulate the communication using Renode.
Learn how to set uinterface and sending/receiving CAN messages through Socket CAN.
Learn how to set up Renode, create and manage machines, load platforms, and debug firmware.
Interactive visualization of an emulated Arduino Nano 33 BLE Sense board using the Renode Framework.
Comprehensive guide on writing a simple bootloader from scratch for the STM32F4 microcontroller.