Category Archives: ARM

STM32F030F4P6 USART1 init with STM32 Standard Peripheral Libraries

I could not find USART1 example code using the STM32 Standard Peripheral Libraries  for a STM32F0 device. Therefore I’ll post mine…   usart.c   usart.h

Posted in ARM, STM32 | Leave a comment

CMSIS-DAP on a cheap ST-LINK V2 mini adapter

I while ago I purchased several ST-LINK V2 mini adapters on Aliexpress. It would be great if those adapters could be converted to CMSIS-DAP debuggers. Fortunately the CMSIS-DAP firmware was ported to STM32 and the ST-LINK V2 hardware. See the following post for details: … Continue reading

Posted in ARM, STM32 | 8 Comments