digitaldanny / AudioEffectsGlove

A hand tracking glove that controls parameters of various audio effects.
1 stars 0 forks source link

#35: Refactored HC-05 API #55

Closed digitaldanny closed 3 years ago

digitaldanny commented 3 years ago

Currently, TEST_hc05DeviceName is not longer passing. The Uart::MSP432::recv function gets stuck waiting for the rx flag to turn true. It looks like the full message is not received in the rx interrupt.

    // Wait for rx buffer to be filled before reading data.
    while (!uartRxData.flagRxReady);