• 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 Discovery Board Debug Problems
    Hi, I am trying to get my µVision5 working with the STM32F0 Discovery Board. Building the project is possible but starting the debug session allways brings the error message: "No ULINK Device found...
  • 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...
  • STM32F0 uint32_t access across boundary
    Hi I am using MDK5.11a on STM32F050. I come across a hard fault, which I eventually find out it is the following construct that causes the problem. The following is just to demonstrate the fault...
  • 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...