Forum Discussion
Altera_Forum
Honored Contributor
13 years agoOk, so I'm starting to get a bit crazy:D Atm, I just want to send a 8 bit vector from my computer, "not" it, and send it back.
So I started with creating a SOPC https://www.alteraforum.com/forum/attachment.php?attachmentid=6556 And now I have no idea, do I use the new component option inside the SOPC(with the "not" logic, I attached the file but it's really simple) or outside the SOPC. I currently have something like this https://www.alteraforum.com/forum/attachment.php?attachmentid=6557 Which shows me that I can connect the UART to the GPIO pins, but how do I then send the received data(from the uart) to my logic block? Reading the manual that came with the de-0 nano didn't really help as they just used the sopc to run simple C program on the de-0 nano while using the Jtag UART. So my main problem would be how can I access the converted UART data? Peering into the vhdl file generated by the SOPC builder there is about a million signals and my guess would be that one of them would be used as the converted data from the UART? --- Quote Start --- Based on the fact that you want to use the serial module (rather than JTAG). --- Quote End --- Well, since it's the more complicated idea maybe I can learn more from it:) Thanks for all the newbie info, Fred