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

STM32F072CBT6 - Entering bootloader from application

I need to enter into the bootloader from my application during runtime.I found an example code to achieve this for another family series and followed the instructions to determine the specific memory region I should jump to based on my particular MCU...

ERODR.1 by Associate III
  • 1478 Views
  • 6 replies
  • 0 kudos

Unable to get example HID_terminal programme to run

HelloI'm working through the 'STM32 USB training - 09.3 USB CDC libusb device lab' (https://www.youtube.com/watch?v=ft8LXVcYFRg).A copy of the 'HID_terminal.zip' is given with the course to be able to send some characters to the USB on the Nucleo-F44...

ron_w by Associate III
  • 716 Views
  • 1 replies
  • 0 kudos

Resolved! Setting Octospi free running clock mode

Anyone knows why in HAL_OSPI_Init(...) , Octospi free running clock has to be enabled after Octospi is enabled. Form stm32l5xx-hal_ospi.c, lines 404-411: /* Enable OctoSPI */    __HAL_OSPI_ENABLE(hospi);    /* Enable free running clock if needed :...

xinu2021 by Associate
  • 1014 Views
  • 1 replies
  • 0 kudos

USB host firmware upgrade stm32f7 series

Board name : stm32f746g discoveryI need to update firmware through usb host, i did not get any documents for "stm32f7 series usb host firmware upgrade"does any one help me ? For example i need this type firmware upgradation:(it takes from internet)

0693W00000GWXsiQAH.png