STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM32F407 DMA USART Issue?

Posted on September 20, 2013 at 17:30Hello, I am using a STM32F407. My application needs both USART1 and USART6 to concurrently receive data. I would like to use DMA2 to transfer data received from each USART to external RAM via the FSMC and ensure...

jnalasco by Associate
  • 337 Views
  • 4 replies
  • 0 kudos

timer TIM2 to TIM5 behavior, stm32f4 discovery board

Posted on September 30, 2013 at 13:14 hello all and thanks for your help, I'm working with stm32f4 discovery board and I will like to use two different timers. For the timer TIM3 after a long work I set certain parameters so I can have my des...

jpablo by Associate II
  • 608 Views
  • 8 replies
  • 0 kudos

Development tool for STM32F4

Posted on October 01, 2013 at 08:03Hello      I am Working with STM32F4 Discovery since couple of months.I have tried few basic program with this and now trying  to do some more advance assignments like USB serial,CAN implementation with STM32F4 Dis...

Stm32L151rct6a EXTI Configuration Hang Problem

Posted on October 03, 2013 at 08:47STM32L151RCT6A under IAR Compiler, board hangs when I do these steps  /* Enable SYSCFG clock */  RCC_APB2PeriphClockCmd(RCC_APB2Periph_SYSCFG, ENABLE);  /* Connect EXTI1 Line to PA9 pin */  SYSCFG_EXTILineConfig(EX...

USB Device Audio Class Input?

Posted on October 03, 2013 at 00:54There is Audio example at stm32_f105-07_f2_f4_usb-host-device_lib, but it works like a USB Speaker, the output device. Is any example how to use it for input? I want to use controller's  A/D and send the data to PC...

alexandr by Associate II
  • 173 Views
  • 0 replies
  • 0 kudos

STM32F407 Isochronous Feedback problem

Posted on October 03, 2013 at 00:36Hello everyone, I'm currently working on a USB application on a STM32F407, using the Audio Class, I trying to run asynchronous mode with the explicit feedback through feedback EP, and after some long work and exten...

Labels