News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

TE0712 JTAG Question

Started by matix, January 25, 2023, 01:22:38 PM

Previous topic - Next topic

matix

Hello
I have TE0712 board with TE0701-6 carrier. I wrote code in Vitis, and flashed it through USB into flash memory including bitstream. Problem is that project does not work as it supposed to. My question is  are there possibilities to program and debug TE0712 using miniUSB JTAG? If programming with JTAG is not possible is there at least one option just to debug microblaze with USB?

Also have you got any ideas why uartlite with interrupts in baremetal application does not receive all data? It goes in interrupt and then receive some data, ale most of them are lost. I have tried a lot, reset fifo, disable interrupt during ISR, read by bytes, read whole register, check status in while loop to have prove that uartlite report having some data in regs. All in all i think that almost every possible combinations were tested with no success.

JH


minoritymews

I've tried resetting the fifo, turning off interrupts in the ISR, reading by bytes, reading the whole register, and checking the status in a while loop, all to no avail. In sum, it seems to me that almost all imaginable permutations were tried with no result.