Quantcast
Channel: MPLAB Harmony
Viewing all articles
Browse latest Browse all 7442

Harmony USB Device Library Bug: Control transfers are limited to 64 bytes (nomis52)

$
0
0
There is a bug / limitation in the Harmony USB Device module: control transfers are limited to 64 bytes. From the sources:

typedef struct
{
/* Control transfer state */
bool inProgress;
uint8_t rxDataCount;


Viewing all articles
Browse latest Browse all 7442

Trending Articles