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

HAL_UART_Receive() timeout issue

Posted on May 24, 2018 at 20:40Hi,I am using Nucleo-144 board connecting UART to my TI device using 250000 baudrate. I always got timeout no matter what timeout using.Seems the issue is UART_WaitOnFlagUntilTimeout() failed and return HAL_TIMEOUT.if(...

MOE behaviour on TIM1/8/20

Posted on May 09, 2018 at 16:39Hello forum,I am new to STM32 but familiar with programming DSPs/MCUs.I just bought a NUCLEO-F303ZE board and I am struggling with the PWM-Timer block. I have set up a CubeMX project and I achieved a project with a PWM...

stm32 m0 and firmware relocation

Posted on May 24, 2018 at 22:03According with the example these lines of code    #define APPLICATION_ADDRESS     (uint32_t)0x08004000    volatile uint32_t *VectorTable = (volatile uint32_t *)0x20000000;    uint32_t ui32_VectorIndex = 0;    for(ui32_...

ETB on STM32F20x ?

Posted on May 22, 2018 at 10:41Asking more in hope than expectation really, but does anyone know if the STM32F20x (specifically, STM32F205RB) supports ETB?  J-Link doesn't report it;CoreSight components:ROMTbl[0] @ E00FF000ROMTbl[0][0]: E000E000, CI...

Labels