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

issue with USB CDC

Posted on October 04, 2013 at 16:00Hi All, i'm using STM32F407, USB Device library V1.1.0 / 19-March-2012, i'm able to receive from PC to STM bytes using CDC, but i'm unable to send to PC from STM :( i modified function like this : static uint16_...

Parallel output of 8bits

Posted on October 04, 2013 at 11:13I have found working solution. But for me it look ugly.uint8_t command = 0x55; uint16_t u16Temp = 0; u16Temp = GPIO_ReadOutputData(GPIOA)&0xFF00; u16Temp |= command; GPIO_Write(GPIOA, u16Temp); Is there better way ...

pchala by Associate II
  • 388 Views
  • 3 replies
  • 0 kudos

Bad levels output on SDIO_CLK and PWM

Posted on October 02, 2013 at 11:24Hi all,I probably made a mistake in my first layout for STM32F103RE (LQFP64), with SDIO bus. My 400 KHz SDIO_CLK output is not consistent on oscillo : I see variations in the levels of the HIGH and LOW that vary wi...

neoirto by Associate II
  • 211 Views
  • 1 replies
  • 0 kudos

STMStudio V3 Problem

Posted on July 18, 2012 at 19:59 Hi Friends from ST and dear fellows. I'm using STMStudio with yagarto toolchain and STLIB with the STM32F4Discovery. Up to release 2.2 of STMStudio I was able to import any global variable avaliable from inside...

STM32L151RD inexplicable/weird crash

Posted on October 03, 2013 at 17:15 Hi, I developed an application using the STM32L152D Evaluation board and everything was working as expected. The application was then moved to the actual project which uses a STM32L151RD microcontroller...

andrei by Associate II
  • 883 Views
  • 7 replies
  • 0 kudos

DMA and two or more U(S)ARTs

Posted on October 03, 2013 at 09:50Can I configure two usart's to use one DMA? In datasheet there is table called ''DMAx request mapping'' and for stm32f40/1/2/3 eg. UART4 uses channel 4 for RX and TX DMA trigger on stream 2 and 4. Can I configure s...

pawwodko by Associate II
  • 410 Views
  • 3 replies
  • 0 kudos

STM32 F0 hangs when using USART & interrupts

Posted on October 04, 2013 at 04:46Hi, I'm trying t owrite robust code for USART communication with embedded modem like module. Since communication is not strict command-response manner, but module can send messages also in asynhrounous manner (spor...

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
  • 665 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
  • 972 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...