Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

svd: esp32c6 is missing the slc peripheral #320

Closed
rmsyn opened this issue Feb 8, 2025 · 0 comments · Fixed by #322
Closed

svd: esp32c6 is missing the slc peripheral #320

rmsyn opened this issue Feb 8, 2025 · 0 comments · Fixed by #322

Comments

@rmsyn
Copy link
Contributor

rmsyn commented Feb 8, 2025

esp32c6 is missing the registers for the slc peripheral (address range 0x6001_7000-0x6001-7fff), and has the slchost peripheral starting at the beginning of the slc address range.

It looked like the slchost may have been used for both peripherals, but the registers for the slc peripheral are not present.

Is the omission of the slc peripheral intentional? Reading the Technical Reference Manual Section 5.3.5, these are distinct peripherals.

Several sub-sections in section 34.5 refer to registers in the slc peripheral for SDIO configuration, but they are not present in the esp32c6 pac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant