Simple PCB for CMSIS-DAP debug adapter. Additional serial (UART) interface. Compatible with Keil ARM. Available on Github (Eagle files and codes). Provide USB HID (for debug) and USB Serial (for messages) on STM32F103C8 chip.
Simple PCB for CMSIS-DAP debug adapter. Additional serial (UART) interface. Compatible with Keil ARM. Available on Github (Eagle files and codes). Provide USB HID (for debug) and USB Serial (for messages) on STM32F103C8 chip.
Time to time i need prepare small C program for testing hardware so not need write a complex program with host compilation. So i port small C interpreter to EFM32. Very helpfull for me. Now use USART1 to communicate. Need ~ 45Kb flash and 2K RAM. All other flash/ram used for interpreter (or as small file storage). Target MCU reset Enter program code Call function See result After add wrappers to hardware modules i can easy call various interfaces. See original project here http://code.google.com/p/picoc/ Modified source code available on github . Open Keil project from ports/picoC.uvproj...
Prototype PCB (forked from OpenPilot) for copter control and RF link (PiPextreme). Control board and RF board (PipXtreme). Mount to control board or via USB to host PC....
Dual CDC for STM32F103. Test with Maple RET6 board. Use USART1 and USART2 to send/receive data....
Add HID bootloader support to CMSIS-DAP. Source code available here