FPGA, SoC, And CPLD Boards And Kits
FPGA Evaluation and Development Kits
5961 Discussions

Utilizing UART with GPIO pins in de-10 nano

HAF
Beginner
206 Views

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 gaudiness. 

 

best regards,

Labels (2)
0 Kudos
4 Replies
Jeet14
Employee
154 Views

Hi,


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



0 Kudos
HAF
Beginner
147 Views
I’m using SOC, DE-10 nano.
Can't I just receive data via GPIO wired connection?
0 Kudos
Jeet14
Employee
145 Views

Hi,


you will be using the two GPIO for UART IP core and this will be control from the HPS.

And we do have the UART IP driver with the HPS.

Please refer the below link and chapter-11.

https://www.intel.com/content/www/us/en/docs/programmable/683130/24-1/introduction.html


Regards

Tiwari


0 Kudos
Jeet14
Employee
127 Views

Hi,


I believe your inquiry has been answered. With that, I now transition this thread to community support. 

Thank you.


Best regards,

Tiwari


p/s: If any answer from the community or Intel Support are helpful, please feel free to give best answer or rate 4/5 survey.



0 Kudos
Reply