I have a board with the LPC11U24 chip which I am trying to use the USB rom CDC example (nxp_lpcxpresso_11u14_usbd_lib_cdc).
I get a hard fault when calling the USBD_API->hw->Init().
I used the lpcopen_v2_00a_lpcxpresso_nxp_lpcxpresso_11u14 version just changing the chip to LPC11U24 as suggested in the forum.
I also used other LPC OPEN versions with the same results. The board has a 12MHz crystal like the example code.
How can I find the problem?
Is there non rom USB code available that also can work?
Is there any other LPC11U24 initialization that need to be changed or added to the LPCU14 ?
Thanks