Skip to main content
Visitor II
February 2, 2023
Question

STM32U5 - classic core apps integration - USB

  • February 2, 2023
  • 3 replies
  • 1444 views

Hi,

I want to change my Controller from the F3 to the U5 (more RAM and Flash needed and the U5 LQFP48 is 98% pin compatible)

Only Problem: The application is ready to use on the F3, I want to port it to the U5 but the U5 supports USB only with Azure RTOS.

I found the classic core apps for the U5 on github, but i cant handle the integration in CUBE IDE. Are there any application notes, tutorials, quick start guides?

I copy the folders "Driver" and "Middlewares" from git to my project and included these folders in the project properties. What is the next step? Can you please help me out?

Thanks

    This topic has been closed for replies.

    3 replies

    Graduate II
    February 3, 2023

    >>but the U5 supports USB only with Azure RTOS

    does it?, which specific stm32u5 are you using

    PP1Author
    Visitor II
    February 3, 2023

    Natively supported is the USBX via Azure OS.

    I hope its possible​ to migrate the USB-Device-Library from the ST github repository (classic core apps for U5) to the U5.

    Im plan to use the U575CI or the ​U585CI (LQFP48).

    Technical Moderator
    February 22, 2023

    Hi @PP1​ ,

    I believe that you will find the answer to your request in this Github repository provided by ST: stm32u5-classic-coremw-apps: Provide a set of applications for STM32U5xx series based on the STM32 Classic Core Middleware libraries.

    -Amel