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

STM32U585 Legacy CDC without Azure USBX Tutorial

I'am looking for a working example of using the legacy USB driver found here (https://github.com/STMicroelectronics/stm32u5-classic-coremw-apps) for the STM32u585 preferabley in the STM32CubeIDE. I'm not able to use USBPD which is found in the exampl...

LBorg.2 by Associate
  • 3885 Views
  • 5 replies
  • 0 kudos

Resolved! ThreadX licensed

HiMy company wants to use ThreadX Azure RTOS and it was not clear if we need to pay for licensing when we send the product to market,So will I need to pay?

Ifrie.1 by Associate
  • 2054 Views
  • 3 replies
  • 0 kudos

STM32H745 and RTOS timers

I'm using AzureRTOS to develop on the STM32H745. I've started with the CM7 core and I've generated some basic code using CubeMX. I've selected TIM6 as a time base for HAL, since AzureRTOS will take over systick for it's uses.I've made a couple thre...