Part Number: CCSTUDIO
Tool/software: Code Composer Studio
Hi there,
for the application I'm developing I need to firts open the USB module and then, eventually, shut the USB module down.
I want USB interrupts to be disabled and save as much power as I can (everything related to usb powered down: controller, plls, bus, vbus).
I read from the reference that USBSCR register let the user control: USBPWDN, USBSESSEND, USBVBUSDET,USBPLLEN.
Is it enough to just set USBPWDN bit in order to completly shut the USB module down? It is not clear to me if by setting USBPWDN I have the maximum USB power safe: do I also need to set other flags?
For my application, once I disable the USB I don't need the USB communication anymore since next reset, so I don't need VBUS to comparators to be active.
Thank you
Regards
Stefano