STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 677 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
  • 554 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
  • 473 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
  • 335 Views
  • 1 replies
  • 0 kudos