Hi,
I'm using the LPC5528 to run a project, and I need to support both high speed USB and full speed USB by using USB1. I saw there is a Forced FS bit in USB1->DEVCMDSTAT that might be able to deal with it.
However, as I know, there are some differences between high speed USB and full speed USB such as the clock and the descriptor.
My questions are:
1. Do we need to do any configuration after setting the Forced FS bit to 1 if I want to force USB1 as a USB full speed device.
2. Do we need to adjust any clock setting for it?
3. Is there any sample code that can be referenced? (toggle USB high speed and USB full speed in USB1)