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

Brain-dead STM32CubeIDE?

My laptop died so I scrambled and got another laptop up and running.  I went from the i9 to the i5.  I used to have STM32CubeIDE 1.18 which worked just fine.  I installed it and STM32CubePrg.  It built code just fine. On my "new" laptop I downloaded ...

warm38 by Associate III
  • 37 Views
  • 1 replies
  • 0 kudos

Resolved! zephyr GPIO irq config

Hi,In the GPIO interrupt configuration, the port information is ignored and only the pin number is used for identification. As a result, pins with the same pin number on different ports cannot be enabled as interrupt sources at the same time. stm32_g...

devin-hu by Associate II
  • 40 Views
  • 1 replies
  • 0 kudos

STM32H5 Bootloader USB Stick mass storage

Hi, I want to start a new project with a STM32H503 (might be), and I read many threat talking about USBX FILEX now on this kind of microcontroller.As it is a bootloader, I do not want to use any RTOS.I use to do bootloader with USB host interface to ...

COSEBE by Senior
  • 110 Views
  • 3 replies
  • 0 kudos

Resolved! Changing the ThreadX timebase to 1ms

Due to more performance requirement, i wanted to change the ThreadX timebase to 1ms. To what i have researched till now i need to make the following #define TX_TIMER_TICKS_PER_SECOND to 1000 which is usually set at 100 which is 10ms. Any idea what el...