Hi thanks for getting back to me,
Probably too late in the day to switch to SDK2.0 unless I can just insert the usb code alongside the other drivers as our boards are at prototype stage with customers.
This is on our own custom board using a MK64FN1M0VLQ12
Yes the functions are setup using the PE libraries fsl_usb_framework and fsl_debug_console.
With the symbol use "BOARD_USE_VIRTUALCOM" enter under the settings “C/C++ Build >> Settings >> Cross ARM C Compiler >> Preprocessor
and call DbgConsole_Init(BOARD_DEBUG_UART_INSTANCE, DEBUG_UART_BAUD, kDebugConsoleUSBCDC);
at the start of main program.
All works well, except when the usb uart is continuously polled.
Any further thoughts?
Kind regards
Ian Norman