STMicroelectronics / stm32u5-classic-coremw-apps

Provide a set of applications for STM32U5xx series based on the STM32 Classic Core Middleware libraries.
Other
16 stars 6 forks source link

Can't make CDC_Standalone application work #2

Open pbaret opened 6 months ago

pbaret commented 6 months ago

Hi,

I'd like to make a simple UART comm with a U575 or U5A5 Nucleo board without having to set up any RTOS. I was pointed to this repo but I am facing compile errors in cascade.

What I did is :

I am using CubeIDE 1.10 +, and I tried with FW pack U5 1.0.0 and 1.3.0, it seems like there is always something wrong.

Is there anywhere I can't find a step-by-step guide on how to setup a project from scratch ?

Thanks in advance.