얕고 넓게

[FPGA] ZYBO Z7: UART @PS 본문

IT/FPGA

[FPGA] ZYBO Z7: UART @PS

블랙오닉스 2022. 2. 12. 13:38

0. Ref

https://rubber-tree.tistory.com/60?category=954288 

 

[Zybo z7-20 보드 실습] ARM 프로세스 활용하기 - PS

Xilinx에서 제공하는 FPGA 칩 종류 이 중 ARM processor를 갖고 있는 FPGA 칩은 ZYNQ 뿐이다. ARM 프로세스가 구현되어 있는 FPGA의 ZYNQ 보드를 활용하기 위한 실습이다. ZYNQ의 2가지 영역 Processing System (..

rubber-tree.tistory.com

 

1. Viviado

Project -> Create Block Design -> Add ZYNQ7 -> Double Click ->

MIO Configuration: UART 만

PS-PL : AXI 끄기

Clock : Clock 끄기

Run Block Automation -> Validation -> Create HDL Wrapper

Generate Bitstream -> Export Hardware Platform(include Bitstream)

(Tools) Launch Vitis -> ... -> Create Project form XSA

 

Hello World Template으로 코드 생성하면

Printf -> ps7_uart로 전송!? (115200)

 

Vitis Serial Terminal  -> Xilinx Program Device -> Run as Launch On Hardware

** Run As (none applicable)

 

Explorer -> Hello_World -> Run As

자동으로 bitstream을 다운로드하고 실행됨

'IT > FPGA' 카테고리의 다른 글

[FPGA] ZYBO Z7: OV5647 (라즈베리파이 )  (0) 2022.02.13
[FPGA] ZYBO Z7: Image Sensor to HDMI  (0) 2022.02.12
[FPGA] ZYBO Z7: UART with Pmod IPs  (0) 2022.02.12
[FPGA] ZYBO Z7: UART (Pmod USBUART)  (1) 2022.02.12
[FPGA] ZYBO Z7: Vivado  (0) 2022.02.11