Hello, I am quite new to FPGA and Ultra96v2 board.
what I try to implement is following:
1. UART communication between Ultra96 v2 board and ST- microcontroller using on-board expansion pins (J1)
2. Process data comming from the ST-microcontroller on the jupyter notebook
I managed to setup the UART communication using VIvado and SDK tools using C
However, I need to monitor the output-data from the ST-microcontroller and process the data using python.
(I failed to use two UART ports and Displayport to debug. I could use only UART1 to communicate with ST, but I needed another one to monitor it on Host PC)
So I uploaded Pynq v2.5 on ultra96v2 and changed my plan to use Jupyter notebook instead of SDK tool.
Is it possible to import C project(several header and C source files) to the jupyter notebook? ( I failed to install xeus-cling as Anaconda package counld not be installed on the ultra 96 board)
Is there any example which shows how to control AXI_UART driver in python?
Thanks!