Hi!
We are having some USB trouble... (first time working with USB)
We are prototyping a custom board with the LPC54605J512BD100 mcu. We have 2 USB ports available, one for reading the contents of a USB stick, the other for COM port data / logging.
How do we initialize the USB ports correctly? In MCU config tool USB's are not present in the peripheral view, like the UARTs/Flexcomm are. See attached image.
We have a working example using the LPC54628 dev board, successfully firmware updating from the USB stick, but we cannot seem to "port" the code to our custom board. It does not detect the USB when it is put in, but we can see the stick is powered up fine.
Any help appreciated, thx!