• MDK4.74 not working with STM32f0-discovery/ST_Link
    Hello. Recently, I upgraded the MDK from version 4.53 to Version 4.74. However, when I use the ST_Link which is included in STM32f0-discovery board to debug STM32F100RB, I got the message as following...
  • ws2812 with stm32f0
    Hey I want to use stm32f0 by ws2812 and keil. this is my code /* * light weight WS2812 lib - ARM Cortex M0/M0+ version * * Created: 07.07.2013 * Author: Tim (cpldcpu@gmail.com) */ #include...
  • STM32F0 common debugger problem
    I've seen multiple threads around the internet about the issue I'm having with no solution. So here's another thread: I can't get the ST-Link/v2 debugger to work. When I compile the project in uVision...
  • STM32 Discovery Debugging Problem
    Hi Guys, i just installed the newest Keil uVision to Programm and Debug STM32F0 Microcontroller via ST-Link. Programming and flashing via ST-Link works fine. But when i try to use the debugger i can...
  • STM32F0 ADC clock enable
    I'm trying to configure the ADC in a STM32F0 device. I notice in the RCC_APB2ENR register there is an ADCEN bit which seems to enable the peripheral clock. In all ADC example code I have not seen this...