• 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...
  • 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...
  • Is there any way to add more DLL?
    Dear all, I's like to add some 'components' in debug mode. However, there is only one dll can be added. http://cu2ca.minidns.net/uploadimages/bin/dll.JPG Is it possible to have another 'component...
  • Any way to include a binary file?
    Does anyone know of a way to do the equivalent of this, in C51 V5.50? #include "myfile.bin" Where the file isn't source code text but a binary such as a Windows bitmap. It would need to be located at...