STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC single conversion mode

Posted on February 18, 2014 at 17:46 Hi, I'm working with stm32F0discovery, andI'm trying to develop ADC single conversione mode. This is my code of init ADC: uint32_t tmpreg = 0; /* ADC1 Periph clock enable */ RCC->APB2ENR |= RCC_APB2...

mosine by Associate II
  • 359 Views
  • 2 replies
  • 0 kudos

Timer Output Compare DMA

Posted on February 19, 2014 at 13:50Good morning, i have to drive WS2812 led wich require a square wave with this timing T0H = 0.35 us, T1H = 0.70 us and TH+TL = 1.25 us. I set up timer4 to generate square wave on channel 2 and i'im planning to use ...

0690X0000060563QAA.png
andiob by Associate II
  • 638 Views
  • 3 replies
  • 0 kudos

STM32F4 Discovery + FreeRTOS + TouchScreen

Posted on February 17, 2014 at 23:39 Hello, can you help me with touching controller and STM32F4 Discovery kit? I use controller XPT2046 with SPI and I want use SPI2. I know, that SPI 2 is on pins PC2, PC3 and PB Is it true? I init this pins i...

zavodny by Associate II
  • 1687 Views
  • 11 replies
  • 0 kudos

f407 usb transfer problem

Posted on February 19, 2014 at 02:50Hi,i want to make a f4 USB driver and i got a problem that when i run my program the computer can identify the USB device but cant transfer data between it, i try to trace the program and found the interrupte(DCD_...

f407 usb transfer problem

Posted on February 19, 2014 at 02:49Hi,i want to make a f4 USB driver and i got a problem that when i run my program the computer can identify the USB device but cant transfer data between it, i try to trace the program and found the interrupte(DCD_...