Xilinx EDK to SDK Demonstration

Опубликовано: 16 Май 2026
на канале: BOPV
15,385
41

This video builds an SDK workspace from EDK. Then, we create a board support package (BSP). Then, we build a sample C program (hello world). I configure the program to to display using the terminal tab of the EDK window. Next, we modify the program to use the GPIO driver by exploring the provided documentation, then using the provided library functions to manipulate the GPIO registers. Then, we debug an error in the code using the built-in MDM debugger. In the final example, I switch to using low-level C pointer operations to manipulate the memory mapped I/O registers.