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! Delete repository files STM32Cube

I urgently need to free up space on Windows and this folder weighs about 20gb.Obviously I plan to save all these files in a flash drive before deleting it, to avoid any kind of problem,But I ask you what is this folder, what files it contains and if ...

luke514_0-1714828657993.png
luke514 by Senior
  • 504 Views
  • 1 replies
  • 2 kudos

Resolved! stm32u5 start up time too long

Hello, ST expert CubeMX generated software framework is used for our STM32U595VJT6 based hardware design. It works well but for the low start up time. It takes almost 1 second between 3.3V is stable and the flag GPIO turns high in MX_GPIO_Init. Is th...

Resolved! UART2 communicaton NUCLEO-C031C6

Hello I just started with programming Nucleos and I tried to establish a UART communication with my laptop. So the problem is I can only select USART1 when i open my connectivity tab in IOC file. And to use USART1 i have to unsolder those 2 resistors...

DonPotokon_0-1714750558282.png

Resolved! STM32U5xx vs. STM32H5xx - USB?

I have a board with STMU5A5, as LQFP64, and I am thinking to substitute (just) the MCU with a STM32H5xx one (also as LQFP64 package, because it is faster (250MHz instead of 160MHz)).After checking the pinout and datasheet - I came to one conclusion a...

Need a help About ITM_Sendchar

i can use ITM_SendChar with printf by overriding __io_putchar but currently i am working with C++ is there any way to use ITM_SendChar with cout? if there any can anyone please tell me how to do that or provide the code for that.Thanks in Advance

Asraful by Associate III
  • 534 Views
  • 1 replies
  • 0 kudos

Stlink v3 minie problem

Hello everyone. I had some interesting issues with my stlink. I was debugging just fine for about 2–3 weeks, but yesterday i was unable to debug for several reasons: target under reset, cannot erase flash. But after a few hours, everything became fin...

zsx by Associate II
  • 590 Views
  • 3 replies
  • 1 kudos

CAN communication

I want to establish can communication on CAN1 in which message being transmitted ,after every 5 m,/s. Below is my main.c and mcu.c . This is mcu.c file.     #include "Mcu.h" #include "Mcu_Config.h" #include "Mcu_Internal.h" #include "Mcu_RegTypes.h" ...