Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 리눅스
- axi
- C++
- AMBA BUS
- FPGA
- Backjoon
- SQL
- 자격증
- Beakjoon
- Vivado
- chip2chip
- 실기
- Zynq
- Xilinx
- HDLBits
- baekjoon
- 정보처리기사
- 백준
- linux
- verilog HDL
- java
- hdl
- verilog
- 코딩테스트
- UNIX
- amba
- Bus
- vitis
- 정처기
- boj
Archives
- Today
- Total
목록GPIO (1)
Hueestory
07 PS MIO
Vitis C Code #include #include "xgpiops.h" #include "platform.h" int main() { static XGpioPs psGpioInstancePtr; XGpioPs_Config * GpioConfigPtr; int xStatus; int BtnPinDirection = 0, BtnPinNumber = 50; int LedPinDirection = 1, LedPinNumber = 7; int Readstatus = 0, OldReadstatus = 0; init_platform(); print("Hello World\n\r"); // step 1 : PS GPIO Initialization // GpioConfigPtr = XGpioPs_LookupConf..
FPGA(중단)/zynq
2023. 3. 3. 20:49