Wrong xqspipsu_hw.h:XQSPIPSU_DATA_DLY_ADJ_OFFSET value
Open
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.2k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
Wrong xqspipsu_hw.h:XQSPIPSU_DATA_DLY_ADJ_OFFSET value 0X000000F8U see xqspipsu_hw.h#L808
Correct value is 0x000001F8U see Xilinx QSPI_DATA_DLY_ADJ (QSPI) Register
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 XilinxProcessorIPLib/drivers/qspipsu/src/xqspipsu_hw.h at line 808 and compare XQSPIPSU_DATA_DLY_ADJ_OFFSET with the linked QSPI_DATA_DLY_ADJ register documentation. Correct the constant to the documented value, then verify the header change against the register reference.
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
- 45/100