Hello everyone,
I have a following problem, I am trying to use my LPC4357 on
MCB4300 as USB Host for CDC connection.
I have the simplest code
#include <stdio.h>
#include "cmsis_os.h"
#include "rl_usb.h" // Keil.MDK-Pro::USB:CORE
#include "RTE_Components.h" // Component selection
#include "EventRecorder.h"
int main(){
usbStatus usb
↧