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.

MSP432P401R: Voice detection plugin example

Part Number: MSP432P401R

Using voice detection plugin example using MSP432 along with BOOSTXL-AUDIO and Kentec Touch Display. How can I output the text being seen on the Kentec Touch Display on my laptop.

  • Hello Esteban,
    I am afraid there are no examples that do exactly what you are asking for. You will need to either take existing examples and merge the two or create something from scratch based upon your knowledge of the voice recognition plugin and the MSP432P401R.

    The backchannel UART previously recommended would be the most readily available form of communication with the PC from the launchpad. Again, depending upon the context of how you are already using the plugin (as a nortos or rtos example) you may want to simply replace the writes to the display with writes to the UART or incorporate a driver which writes to the UART in parallel with the display.

    Here is an example which uses the diplay driver for the uart and the sharp96 display.
    dev.ti.com/.../

    Regards,
    Chris

**Attention** This is a public forum