Уровень 0 · материалов: 3
В кластер входят документы, посвященные техническим методам и инструментам отладки встроенного ПО на низком уровне, в частности для STM32 и bare metal систем.
Общие признаки: аппаратная отладка микроконтроллеров, STM32, инструменты отладки, bare metal разработка
Группа выше: STM32 и переход на 32-битные ARM
Смысл: The main idea is to implement a standardized set of 'debug and maintenance' hardware features on STM32 PCBs to reduce development time and avoid critical errors during the production and debugging phases.
A guide on 12 essential hardware design additions for STM32 PCBs to improve debugging, stability, and manufacturing efficiency.
Смысл: The main idea is to enhance the functionality of a generic ST-Link v2 clone by manually soldering connections to enable SWO debugging and hardware reset for STM32 microcontrollers, facilitating easier firmware recovery and real-time data monitoring.
A DIY guide to soldering SWO and Reset pins onto a Chinese ST-Link v2 to enable advanced debugging and easier flashing of STM32 microcontrollers.
Смысл: The text provides practical instructions on debugging, IDE integration, and hardware interaction for programs running on bare metal (without an OS).
A technical tutorial on debugging a bare-metal kernel with GDB/QEMU, using Visual Studio as an IDE for Linux-based GCC builds, and implementing a PCI device scanner.