Skip to main content
Associate III
April 26, 2024
Question

U5G9 USBX without ThreadX

  • April 26, 2024
  • 2 replies
  • 1081 views

CubeMX: 6.11.0

STM32U5: 1.5.0

uVision: 5.39.0.0

Hi, I saw the latest post about USBX baremetal now being possible and thought i would give it a try.

I want to read USB drives and usb uart port to PC for comms.

PhilipC_1-1714130818521.png

 

but get the following errors in uVision when compiling

PhilipC_0-1714130748026.png

 

This topic has been closed for replies.

2 replies

Pavel A.
Super User
April 28, 2024

So it's because of the silly void * ? Can you just change the definition in fx_port.h to match the other one?

 

PhilipCAuthor
Associate III
April 29, 2024

I did that and now its throwing multiple defines

PhilipC_0-1714374995460.png