Other Parts Discussed in Thread: MSP430F5529
i'm using MSP430F5529, USB HID, for data transfer.
When I send 48byte data, I found the receive data front 36 byte is correct, but after 36btye is error, always.
My setting of packet size, MAX_PACKET_SIZE = 0x40
Can I adjust this size by myself? I need reduce this packet size to located issue.