Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- Ok, 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 http://www.alteraforum.com/forum/attachment.php?attachmentid=6556&stc=1 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 http://www.alteraforum.com/forum/attachment.php?attachmentid=6557&stc=1 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? Well, since it's the more complicated idea maybe I can learn more from it:) Thanks for all the newbie info, Fred --- Quote End --- Hi Fred, Could you please tell me how did you access the converted UART data finally? Thank you