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
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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