Xilinx / Xilinx/Embedded-Design-Tutorials

ref_files Example 5: testapp_r5.c contains old DEVICE_ID definitions instead of BASE_ADDR for XPAR_XUARTPS_

Open
#69 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
172
Forks
70
Avg merge
9m
Merged PRs (30d)
1

Description

Lines 46 and 51 call out XPAR_XUARTPS_0_DEVICE_ID and XPAR_XUARTPS_1_DEVICE_ID. This was updated in Vitis 2024 to use XPAR_XUARTPS_0_BASEADDR and XPAR_XUARTPS_1_BASEADDR, respectively. The Example 5 from ug1209-embedded-design-tutorial will fail to compile.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open testapp_r5.c and inspect the references at lines 46 and 51. Update the Example 5 definitions to the Vitis 2024 names described in the issue, then verify that the example compiles successfully with Vitis 2024.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
embedded-iot
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.