STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1731 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_...

STM32429I-EVAL Drivers & Example software?

Posted on February 06, 2014 at 16:29Hi,I've recently started developing on the STM32429I-EVAL board. The user manual mentions 'demonstration software', but I'm unable to find the source online. I'm fairly new to developing for ST boards, am I right ...

thomas2 by Associate II
  • 1114 Views
  • 6 replies
  • 0 kudos

STM32F4 DMA streams init sequence

Posted on January 23, 2014 at 12:49Hello all,while implementing two different tasks for DMA2 transfer, which of courseuses different streams and channels I have noticed, that stream initialization sequenceplays some role. For example I am using stre...

usart2 problem

Posted on February 18, 2014 at 11:59I'm working with the STM32F051 I have this code which works for usart1 but not for usart2.appreciate any help-Gilad#include ''stm32f0xx.h''#define UART2#ifdef UART1  #define USARTx USART1    #define DATA 0x31#else...

gilad by Associate
  • 604 Views
  • 3 replies
  • 0 kudos