This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

can USB baudrate more than 9600 under EZ430_PLATFORM ?

#ifdef EZ430_PLATFORM

halusb_set_baudrate(SDK_BAUDRATE_9600);

#else

halusb_set_baudrate(SDK_BAUDRATE_115200);

#endif

when I change SDK_BAUDRATE_9600 to SDK_BAUDRATE_4800, It work well.  but it works wrong when change it to SDK_BAUDRATE_115200. why ?

**Attention** This is a public forum