2019-11-20 03:31 AM
CDC function run normally. But if MCU reboot(For example, USB connect to PC and reboot MCU), USB will not recongnized. It will return to normal if I remove USB then insert it again.
So I want to add re-enumerate function to let device re-enumerate though USB always in PC.
Solved! Go to Solution.
2019-11-20 03:52 AM
If you want a work-around that is not standard compliant, switch PA12 to GPIO/Open Drain, set it low for about 10 ms, and than set up USB. This works for Bl*ckm*gic debug probes.
2019-11-20 03:52 AM
If you want a work-around that is not standard compliant, switch PA12 to GPIO/Open Drain, set it low for about 10 ms, and than set up USB. This works for Bl*ckm*gic debug probes.
2019-11-20 04:28 AM
I tried. But if I add low PA12 to my code(MX_GPIO_Init). Then my FW cannot run. I don't know why
2019-12-04 02:49 AM
> Then my FW cannot run.
What does it mean? Debug. Find out, what does it exactly do.
JW