cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F373 with USB and RTX insists on CubeMX configuration

Steve Fairhead
Associate II

I've used USB via RTX on various other STM32 processors quite happily. I have a new project using the STM32F373, and I can't seem to find a way of setting up the Run-time Environment without running into "configuration via STM32CubeMX", which I actively don't want to use. What am I missing?

(I have tried biting the bullet and using Cube, but I just wind up with a project which won't build as soon as I include USB...)

Steve

4 REPLIES 4
Pavel A.
Evangelist III

Wait, wait... Are you using Keil? Which version? Have you updated the Keil's STM32F7 target packages? How do you define the target?

-- pa

Steve Fairhead
Associate II

Keil MDK 5.26.20. All packages for the STM32F373 (not STM32F7) are up to date. Not sure what you mean by "define the target"...

(I have used these components on the STM32F7 family without a problem.)

Steve

Pavel A.
Evangelist III

> what you mean by "define the target".

How have you selected the target MCU model for the project; as a MCU itself (chip) or some eval. board with that MCU?

-- pa

Steve Fairhead
Associate II

I've defined it as a chip (STM32F373VC). This is not a dev/eval board.

Steve