Forum Discussion
HAF
New Contributor
2 years agoUtilizing UART with GPIO pins in de-10 nano
hello, I want to receive data by external microcontroller through GPIO, and then use this data in my code as input, I read about UART RS232 but I am not sure how to use it. please provide your gau...
Jeet14
Frequent Contributor
2 years agoHi,
You need to use the RS232 IP in platform design and connect this IP using hps2fpgaslaves with hps ip. assign the base address and pin assignments for RS232 ip(RX & TX pins).
Later, in linux add this rs232 entry in your device tree.
For this I suggest you to refer the Cyclone V GHRD/GSRD on rocketboard. This will help you how the design got created and the software requirement.
https://www.rocketboards.org/foswiki/Documentation/CycloneVSoCGSRD
Regards
Tiwari
- HAF2 years ago
New Contributor
I’m using SOC, DE-10 nano.
Can't I just receive data via GPIO wired connection?