esp-idf/components/esp32/hwcrypto
Konstantin Kondrashov 8f80cc733d soc: Change DPORT access
When two CPUs read the area of the DPORT and the area of the APB, the result is corrupted for the CPU that read the APB area.
And another CPU has valid data.

The method of eliminating this error.
Before reading the registers of the DPORT, make a preliminary reading of the APB register.
In this case, the joint access of the two CPUs to the registers of the APB and the DPORT is successful.
2018-05-14 17:54:57 +05:00
..
aes.c soc: Change DPORT access 2018-05-14 17:54:57 +05:00
sha.c soc: Change DPORT access 2018-05-14 17:54:57 +05:00