I have implemented a TDC and an 8-bit encoder in my Artix-7 FPGA board and I want to transfer this data from FPGA to PC via UART protocol! I don't know if I should save this data in FIFO memory or BRAM memory and then apply uart protocol or if block memory is already included in uart protocol?
I did some research and really didn't understand what to do. I'm not an FPGA expert.
I would appreciate your help if someone could guide me to a learning site or tutorial on how to save data to a memory and communicate it to a PC via the UART module.
Best regards