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

esp32s2/include/soc.h does not define DR_REG_DPORT_BASE (IDFGH-6525) #8176

Closed
ghent360 opened this issue Dec 31, 2021 · 0 comments
Closed

esp32s2/include/soc.h does not define DR_REG_DPORT_BASE (IDFGH-6525) #8176

ghent360 opened this issue Dec 31, 2021 · 0 comments
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally

Comments

@ghent360
Copy link
Contributor

On line 112 in components/soc/esp32s2/include/soc/soc.h the macro IS_DPORT_REG uses DR_REG_DPORT_BASE, however there is no such definition in the file. There is definition for DR_REG_DPORT_END, which is also used in the IS_DPORT_REG macro.

This code is very similar to components/soc/esp32/include/soc/soc.h, but in that file DR_REG_DPORT_BASE is defined on line 31 as
#define DR_REG_DPORT_BASE 0x3ff00000

What would be the correct definition for DR_REG_DPORT_BASE for the ESP32S2 chip?

@espressif-bot espressif-bot added the Status: Opened Issue is new label Dec 31, 2021
@github-actions github-actions bot changed the title esp32s2/include/soc.h does not define DR_REG_DPORT_BASE esp32s2/include/soc.h does not define DR_REG_DPORT_BASE (IDFGH-6525) Dec 31, 2021
@espressif-bot espressif-bot added Status: In Progress Work is in progress Resolution: NA Issue resolution is unavailable Status: Done Issue is done internally Resolution: Done Issue is done internally and removed Status: Opened Issue is new Status: In Progress Work is in progress Resolution: NA Issue resolution is unavailable labels Jan 5, 2022
dskulina pushed a commit to playable-tech/esp-idf that referenced this issue Feb 4, 2022
dskulina pushed a commit to playable-tech/esp-idf that referenced this issue Feb 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally
Projects
None yet
Development

No branches or pull requests

2 participants