STM32H725 usb missing ux_dcd_stm32.h
Subject: STM32H7 USBX Virtual COM Port Setup - Missing ux_dcd_stm32.h File
Hello ST Community,
I'm working on setting up a USB Virtual COM port on an STM32H7 microcontroller using Azure RTOS (AzureRTOS-H7). I'm encountering an issue with missing USBX files, specifically the STM32 device controller driver header.
**Project Details:**
- Microcontroller: STM32H7 (specific model: STM32H725RGVX)
- IDE: STM32CubeIDE (Version: 1.16.0)
- Azure RTOS Package Version: 3.3.0
I Have tried
- Created a new STM32H7 project in STM32CubeIDE
- Enabled USB in the .ioc file(Device Only)
- Configured USBX middleware
- Checked the following packages in the manager
- Core System
- UX Device CoreStack
- UX Device Class CDC ACM
- Enable the the USB USBX
**Issue:**
After enabling USB in the .ioc file and generating the code, I'm getting the following error when trying to compile:
```
app_usbx_device.h:32:10: fatal error: ux_dcd_stm32.h: No such file or directory
```
Any guidance or suggestions would be greatly appreciated. Thank you in advance for your help!
[Your Name/Username]
