STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

TIMER and GPIO PIN

Hello,I'm have a Nucleo board with a STM32F334R8T6I configured a timer with 10kHz and I'm using the HAL_TIM_PeriodElapsedCallback to call a funtion that will control my motor and read some data with the ADC. I want to check the frequency that the con...

Nakata_2-1722018201849.png Nakata_0-1722018043049.png Nakata_1-1722018123342.png
Nakata by Associate II
  • 408 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F407 USB bootloader problem

Hi,Recently I had to replace the MCU in a device and I tried to upload the code using USB Bootloader, as it is available and requires very little stuff when you're on site.So, the MCU has been detected in the system (see PIC1.png), but the CubeProgra...

Resolved! ThreadX does not start scheduling

Hi,my application is loaded via the bootloader and i sstarted. Two threads are generated and it seems properly generated because one thread is in ready state while the other is in suspended state.Systick is used for the ThreadX and TIM6 is used for t...

SHaue.2 by Associate II
  • 1508 Views
  • 2 replies
  • 0 kudos

USB HID issue with H743 @ 480 MHz

I'm running a USB keyboard on an H743. This works completely reliably at all CPU speeds up to and including 400MHz. However, above 400 MHz the connection is no longer reliable. Sometimes the keyboard connects perfectly and then it will work properly ...