STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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...

Yang Yang by Associate II
  • 1009 Views
  • 5 replies
  • 0 kudos

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
  • 644 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
  • 693 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" ...

Resolved! STM32L0 standby mode current consumption optimization

Posted on August 02, 2017 at 10:52 Hello there. I am currently developing a coin cell powered device with the STM32L051C8. The datasheet says in standby mode the consumption is about 0.27uA (270nA). My current board only consists of a Voltage ...

Rob Keck by Associate II
  • 1800 Views
  • 4 replies
  • 0 kudos