STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Problem with bootloader flash erase/read.

I am trying to program the FLASH via the bootloader on USART1 of an STM32L431RBT6.I can successfully access the bootloader with boot0=1 and a reset.The bootloader properly acknowledges all the following commands, and returns the correct information:0...

0693W000005BrXtQAK.png
Mmcdo.1 by Associate II
  • 1671 Views
  • 4 replies
  • 0 kudos

PEAK CAN to USB use in STM32 bootloader

Dear All,I had some items with the CAN bootloader in the STM32 (F446, in particular). Basically, the communication was not stable with a lot of BUSHEAVY, BUSLIGHT, OVERRUN and BUS-OFF issues, while using a PEAK CAN to USB converter with the drivers a...

FSikk.1 by Associate
  • 767 Views
  • 0 replies
  • 0 kudos

Resolved! stm32cube_fw_f3_v1111.zip ''timeout during download'' - IDE unable to download package at 1st use

Hi guys,I have just installed the "STM32cude IDE'' and have a "nucleo F303 RE''.I'm tryping to create a stm32 project "file -> new -> STM32''. But when initializing everything for the first time, the IDE start dowloading packages and ''stm32cube_fw_f...

0693W000005BDmjQAG.png 0693W000005BFi5QAG.png
FMike.1 by Associate II
  • 1391 Views
  • 4 replies
  • 0 kudos

STM32F207VC LWIP TCP SERVER Stop Responding

I make a TCP Server using STMCubeIDE on STM32F207VC board. It works fine, but always after 1500-1600 bytes data receieved, it stopped responding, and it is also disconnected from network. No replied ping too. I have read discussions about bug of LWIP...