Hallo to everyone,
I'm making communication between MCB2300 (with NXP LPC2378) and C# Windows Form application. I want to measure some values, convert it with AD converter and then send that information via USB to PC, and draw chart in C# with those values. I have problem now, when I want to sent data from MCB2300 while I measure, something happened and whole program gets into infinite loop, but when I send data after measuring I works fine. ny
Can anyone help me
Have you tried to implement the USB device interface as shown in:
LPC2368 / LPC2378 USB HID (Human Interface Device) Example
As there is no CMSIS support package for the LPC2378 in uVision 5 there will be no RTE.
Regards