microchip-pic-avr-examples / pic18f57q43-dma-adc-to-uart-part1

This example [part1] shows how to set up Direct Memory Access (DMA) using the Microchip Code Configurator (MCC) on a PIC18F57Q43 microcontroller to transfer an ADC result to the UART transmit buffer, where the transfer is triggered directly by a TMR.
Other
3 stars 5 forks source link

pic18f57q43-dma-adc-to-uart-part1 no output in Data Visualizer. #1

Open mianqi2016 opened 3 years ago

mianqi2016 commented 3 years ago

Built and Program are all OK, while there was nothing in Data Visualizer. I used PIC18F57Q43 Curiosity Nano board.

snapshot: https://ibb.co/rc3Znsd

circuit photo: https://ibb.co/d7zckcH

mianqi2016 commented 3 years ago

I have tested these example on external LED, but still couldn't see it on CDC of Data Visualizer, anyone familiar with Data Visualizer leave your comment.