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

System freezes, stuck in USART interrupt

The MCU is STM32F469, using RTOS: AZURE ThreadX and FatFS. The system is fetching data through 3 UART ports and doing logging (saving data into a file).Logging is setup to run once one hour, about 1000 bytes.UART read and write both use DMA. The syst...

jason_gu by Associate
  • 1654 Views
  • 3 replies
  • 1 kudos

USB HID Keyboard LEDs

Posted on June 13, 2014 at 07:33 Finally find the way out of the Keyboard LEDs working. I use STM32F4 disc with STM32Cube_FW_F4_V1.1.0 and STM32CubeMX 4.2 The HID keyboard program is modified from HID Mouse program Update the usbd...

zg by Associate
  • 2101 Views
  • 2 replies
  • 2 kudos

PWM frequency is not as expected

Hi,I'd like help to understand what is thew PWM frequency.As far as I understand:1. The main system clock is 64MHZ -- see below SystemClock_Config()2. PWM frequency is 64KHz (= 64MHZ / (1000 - 1))BUT, measuring the frequency shows 4KHz (rather than 6...

AFink by Associate III
  • 848 Views
  • 2 replies
  • 0 kudos

Resolved! STM32H7 Firmware Update Using Web Server

Hi all,AbstractWe are developing our product based on STM32H7. We would like to use the HTTP server and Netconn to update the firmware for our product. We consider this method easy to use for customers more than Serial or USB. We have tried looking f...

HHuyn.4 by Associate III
  • 1250 Views
  • 2 replies
  • 3 kudos