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

ETM Trace on STM32F429

Posted on August 21, 2015 at 09:26Hello,I wanted to know if someone has already worked on ETM trace on STM32 cortex-M4. My purpose is to activate them into the embedded software itself and dumping traces on the 5 following pins (TRACED[0-3] + TRACEC...

STM32 ADC1 regular + ADC2 and ADC3 in injected mode

Posted on August 24, 2015 at 22:57Hi All,I've some problem configuring the ADCs of a STM32F407.I have 2 motors connected to my board that I drive with 2 different pwm.For the 1st motor I use a pwm from PE9 (TIM1 CH1)For the 2nd motor I use a pwm fro...

canta76 by Associate II
  • 568 Views
  • 3 replies
  • 0 kudos

STM32F042 SWD IDCODE error

Posted on August 22, 2015 at 21:51I have a problem with debugging an STM32F042 board. When the debugger (ST Nucleo) asks for IDCODE, the MCU responds with an error (trace shown below). At first, I thought that the bootloader is the problem, so I fla...

0690X00000605IdQAI.png
atx by Associate II
  • 450 Views
  • 2 replies
  • 0 kudos

Display orientation in STemWin526

Posted on August 24, 2015 at 21:17Hello!I need help.I need to use vertical orientation of display.I use demonstration from STM32F429I-Discovery.I try to use combination #define COLOR_CONVERSION_0 GUICC_M565 #define DISPLAY_DRIVER_0   GUIDRV_LIN_OSY_...

STM32F405 Odd DFU behaviour

Posted on August 18, 2015 at 16:47I'm experiencing some odd behaviour when attempting to place an STM32F405 into DFU mode. Currently, what works on one peice of hardware is that is that I send the STM32 a command to tell it to go into DFU mode, and ...