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

Resolved! OTP size for STM32F746XX

I found a strange mismatch in the reference manual for the OTP memory size:Accordingly to the manual page 78 (https://www.st.com/resource/en/reference_manual/rm0385-stm32f75xxx-and-stm32f74xxx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) the ...

0693W00000WHcdNQAT.png
grmpyc8 by Associate
  • 574 Views
  • 3 replies
  • 0 kudos

Pending Register for EXTI line 13 always active

Im trying some bare Metal programming on the NUCLEO - H743ZI2.Im stuck on creating a Button Interrupt on EXTI line 13.The User Button 1 is located on PC13, im trying to toggle LED2 on PE1.LED and Button configuration must be correct, since it works w...

J.v.W. by Associate II
  • 1281 Views
  • 7 replies
  • 0 kudos

STM32L011 in LP-RUN with STOP mode and RTC wakeup.

I would like to run the STM32L011K4 (Nucleo kit) in low power mode for 10ms then put it in STOP mode with a wake-up via the RTC 90ms later.Step 1: Operation in RUN mode all the time (10ms +90ms), the consumed current is about 54µA (57µA in DBG).Step ...

Resolved! Touc sense

Dear Sir.I migrated the code of TSV_BasicAcquisition_Interrupt to my board .The IO rae different than the exampleExample Custom Board,PC7 PB6PC6 PB5PB13 PB12PB14 PB13I keep getting HAL_TSC_ErrorCallback,How...

Transmit and Receive "parallel" on UARTs

Hello, we have a custom board with a STM32L051R6T6 MCU.And we try to to receive and to transmit on an UART.The telegrams have 40bytes lenght and the UART works on 9600 baud. The remote station sends one every 50ms.If processing of the rx telegram was...