Hi all,
I am making a design with a LPC55S28 MCU with USB communication on the FS USB0 interface.
I have seen that there is an application note TN00063 that refers to the possibility of not using a crystal on the FS USB0 interface.
Looking at the example project in that application note, I see that it uses a MCUXpresso SDK 2.6.2 version and makes use of a library called lib_fro_calib.
However, in the new SDK 2.11.0 versions, no example that I see makes use of that library and in the clock configurations that the USB project examples use, they all work with the internal FRO 96MHz clock version, not making use of it in any case of the crystal.
My question is, is it necessary to use the lib_fro_calib library for the current versions of the SDK if apparently all the examples that use the FS USB0 use the internal clock FRO 96MHz? In what cases is that note supposed to apply?