Hi everybody, I'm trying to run the STM32F103RB USB developer kit examples (taken from the ST site) on the primer 2.
I examined the code, and saw that it's for two different evaluation boards, but I thought that at least the "USB recognition" part of the code should run (in ther words, if I program the Primer 2 with the Audio Device demo, for instance, I should get a device that when plugged with the STM32 mini USB port should appear as an audio device, surely not working due to the different codec, but at least recognized).
Instead I get nothing. The demos compile well (i choose the RIDE version of the projects), I can also debug the code (I see it in single step) but at the PC side nothing appears.
The same happens exactly in the same way with the other demos (Virtual Com port, JoystickMouse ....). It's like the PC is unable to see anything new attaching at the USB. The cable is fine, I can recharge the Primer 2 using the STM32 port.
What can I do now?