STM32 MCUs Embedded 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
  • 718 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
  • 941 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} };    ...

osDelay returns too early

Hello There, I'm working on an app utilizing STM32H7A3 with CMSIS-OS2.I'm facing a problem with osDelay(). Most of the time it returns too early than the actual delay. While HAL_Delay() always works fine.I have debugged osDelay(3500) with oscilloscop...

KAgga.1 by Associate III
  • 3626 Views
  • 13 replies
  • 3 kudos