After the build is complete, create a
new application project in Vitis. To create a new project, follow these steps:
- Right-click the Platform
project, go to New, then click Application Project (see Figure 7-1).
- When the New Application
Project window appears (see Figure 7-2), click Next.
- Select
the newly created platform ZCU102ps and click Next (see Figure 7-3).
- Type a new application name.
ZCU102ps_SPI was used as an example.
- Select
standalone on microblaze_0 and click Next (see Figure 7-5).
- Select Hello World from
the list of templates and click Finish (see Figure 7-6).
- A fresh C project appears on top
where the actual application development can start.