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

Can't make software jump to Bootloader/DFU on STM32F767

I've read various articles/guides how to jump to bootloader form main program (without using boot0 pin and reset). All code that I've tried seems to fail...My current approach is like this:#define BOOTLOADER_ADDR 0x1FF00000U   void (*SysMemBootJump)(...

Nixz by Associate III
  • 3251 Views
  • 15 replies
  • 0 kudos

WFI usage with RTOS

Hi,I am using STM32F779NI and CMSIS RTOS2 for my project. Software was working well till I added code for low power mode with RTOS tick-less operation as per the linkhttps://www.keil.com/pack/doc/CMSIS/RTOS2/html/group__CMSIS__RTOS__KernelCtrl.html#g...

A3 by Associate III
  • 1215 Views
  • 3 replies
  • 0 kudos

Transfer project to new board

Hello!I have a education task. I need to transfer X-CUBE-USB-AUDIO (https://www.st.com/en/embedded-software/x-cube-usb-audio.html) to stm32f746g discovery. Project supports boards STM32446E-EVAL and 32F769IDISCOVERY. I think stm32f746g is similar 32F...

VGuly.1 by Associate
  • 812 Views
  • 2 replies
  • 0 kudos

Resolved! Where do you log bugs discovered in the `HAL_`?

I believe I have found a bug in `HAL_I2C_Master_Transmit`.The timeout parameter begins counting from the instant the transaction begins, and it doesn't appear that the watchdog is being reset with each incoming byte. Therefore, when you have a long I...

0693W000005ArrIQAS.png
Zak by Associate II
  • 877 Views
  • 2 replies
  • 0 kudos

ST USB DFU bootloader problem

Hi!I'm using CubeMX USB DFU bootloader on STM32F103C8T6 chip. For some reasone example takes itself 48 kB of flash, but don't use even half of it.So i changed USBD_DFU_APP_DEFAULT_ADD from 0x0800C000 to 0x08008000 and changed FLASH_DESC_STR  to  "@In...

DM.1 by Associate
  • 650 Views
  • 1 replies
  • 0 kudos