I am going through the LABS - associated with the ZedBoard videos, I'm stuck in Lab #5 (LED controller)- with the UART not functional.
The Hello World example works - so i know it is not the HW, that appears to be working correctly.
I can step through th code, the IO Address appears to be correct, I think - that perhaps the UART is not being initilized correctly.
Q: I see the BREAK at MAIN ... but how do I BREAK at _boot (the code that runs inIs there a way to stop/break at the reset vector and begin to debug I want to step through the UART initialization
Or is it something else that is initializing the uart?
Q: When the code reads from the UART status register, Im seeing the return value of e00002c [the value of the status register I believe]
Any suggestions on where to go next?