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_Transmit sends extra '00' between each byte

This is probably a simple question but I can't find a reason for it - Im using the USART on a stm32L412 and I am sending 3 bytesuint16_t SendDataOn[3]={0x90,0x3C,0x3E}; HAL_UART_Transmit(&huart1,(uint8_t*)SendDataOn,3, 100)Except when I send this, I ...

deep_rune by Associate III
  • 799 Views
  • 4 replies
  • 0 kudos

Don't debug. [ .elf file not found ]

hello everyone,I have the Nucleo F410RB board and I can't debug it. It gives me an error "Error message form debugger back end" and tells me that my .elf file is not found or the directory."F410RB_TEST.elf No such file or directory" The file does exi...

FGuti.1 by Associate II
  • 342 Views
  • 3 replies
  • 0 kudos
Labels