1 This is the firmware for the [BusVoodoo](https://bus.cuvoodoo.info/).
9 The BusVoodoo is a multi-protocol debugging adapter.
10 This tool allows to quickly communicate with various other electronic devices.
12 An overview of the BusVoodoo can be found [here](https://bus.cuvoodoo.info/)
13 A more detailed manual is available [here](https://bus.cuvoodoo.info/manual/).
18 The firmware offers serial communication over USART 1 and USB (using the CDC ACM device class).
23 The BusVoodoo uses the a [custom board](https://bus.cuvoodoo.info/manual/index.html#_hardware_development) based on an [STM32F103RC](http://www.st.com/en/microcontrollers/stm32f103rc.html) micro-controller.
31 There are two firmware files:
33 - _bootloader_: a USB DFU bootloader
34 - _application_: the main application
39 How to flash the binary firmware files in described in the [manual](https://bus.cuvoodoo.info/manual/index.html#_flashing).
44 The source code is available in [git](https://git.cuvoodoo.info/busvoodoo_firmware/), under the **busvoodoo** branch (or **busvoodoo_v0** for hardware version 0).
45 This firmware also uses the [LibOpenCM3](http://libopencm3.org/) library.
50 For information about firmware development, check the _HACKING.md_ instructions.