Meaning of DPORT Registers
Posted: Fri Sep 15, 2017 6:51 pm
I see that the DPORT section has been added to the TRM. Meanwhile I have also noticed some code changes in esp-idf master using these registers as well.
I cannot seem to find a short explanation about the meaning/purpose of these registers, for example the following questions:
I cannot seem to find a short explanation about the meaning/purpose of these registers, for example the following questions:
- What does DPORT stand for?
- How is this different from the other registers e.g. for each peripheral? Does it configure the same things, but in a better way?
- Is it safer (or required?) to use DPORT registers when dual-core is being used?
- In general, what order should peripherals be configured, DPORT first, then other registers next?