CuVoodoo STM32F1 firmware template
|
This is the firmware for the BusVoodoo.
The BusVoodoo is a multi-protocol debugging adapter. This tool allows to quickly communicate with various other electronic devices.
An overview of the BusVoodoo can be found here A more detailed manual is available here.
The firmware offers serial communication over USART 1 and USB (using the CDC ACM device class).
The BusVoodoo uses the a custom board based on an STM32F103RC micro-controller.
There are two firmware files:
How to flash the binary firmware files in described in the manual.
The source code is available in git, under the busvoodoo branch (or busvoodoo_v0 for hardware version 0). This firmware also uses the LibOpenCM3 library.
For information about firmware development, check the HACKING.md instructions.