I'm trying to read MIDI data over UART Rx on P3.2. If I set the baud-rate to the midi-specified 31250 I receive no data and if I set it to 38400 I get data but it is understandably incorrect. The Energia reference for Serial.begin() states: use one of these rates: 300, 1200, 2400, 4800, 9600, 14400, 19200, 28800, 38400, 57600, or 115200. You can, however, specify other rates – for example, to communicate over pins 0 and 1 with a component that requires a particular baud rate. Is there a reason the UART communication does not function correctly at 31250 in Energia for the MSP432?
↧