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

STM32 Classic USB DFU Implementation

Has anyone implemented the Classic USB DFU class without using Azure RTOS for STM32H5xx Devices. There is an example support for the CDC Communication available on the Community but i was unable to find the DFU Example. If anyone has an example pleas...

NikhilP by Associate II
  • 812 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L4xx Low power modes

Hi all,I am designing an application on a STM32L431. I need to consume the least amount of power. The MCU will have to use the CAN module both in transmit and receive mode. The reference manual does not give too much details on how the lower power mo...

bareil76_1-1707925217793.png
bareil76 by Associate II
  • 1127 Views
  • 1 replies
  • 1 kudos

Resolved! STM32WB55 THREAD Change Thread Config

Hi,My thread starts working with the features I mentioned below:    panID = 0x2222U; channelNB = 12U; networkKey = (otNetworkKey) { .m8 = {0x00, 0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88, 0x99, 0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF} };    ...