Skip to main content
Steve Fairhead
Associate II
January 17, 2019
Question

STM32F373 with USB and RTX insists on CubeMX configuration

  • January 17, 2019
  • 4 replies
  • 913 views

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

This topic has been closed for replies.

4 replies

Pavel A.
Super User
January 17, 2019

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
January 17, 2019

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.
Super User
January 17, 2019

> 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
January 17, 2019

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

Steve