Question
STM32F373 with USB and RTX insists on CubeMX configuration
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