Hi,
In the Power-Supply Sequencing section of the C5515's datasheet, there is a note indicating the following:
If the device is powered up with the USB cable connected to an active USB host and the USB PHY (USB_VDDA3P3) is powered up before the USB Core (USB_VDD1P3,USB_VDDA1P3), the USB Core must be powered within 100 msec after the USB host detects the device has been attached.
Additionally, Advisory 2.0.9 in the errata indicates:
The on-chip USB_LDO is intended to power the USB_ VDD1P3 and USB_VDDA1P3 pins. At reset, the USB_LDO is turned off and can be turned on via the USBLDOEN bit (bit 0) in the LDOCNTL register (0x7004). However, the C5515/14 on-chip Bootloader does not enable the USB_LDO before attempting USB boot, so USB boot will not work if the USB_LDO supplies power to the USB_ VDD1P3 or USB_VDDA1P3 pins.
If my device is always connected and powered from a USB host, and 3.3V would always be present on USB_VDDA3P3, and the internal USB LDO is used, does this imply the device must boot and enable the USBLDOEN bit within 100 ms of power being applied to the system?
What is the failure mechanism if the core does not start-up within 100 ms of the host detecting the device (destructive, functional)? Can the failure mechanism be addressed via software after the fact?
Finally, would it be possible to work-around the USB errata advisory by first enabling the USBLDOEN using bootloader code stored on a serial EEPROM, then making a call to the USB boot loader in the C5515's ROM?
Thanks - AM