Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(soc): esp32s3/Fix the DROM_DROM_HIGH limit
Previously the DROM_HIGH_ADDR for esp32s3 was 0x3D000000, which convers only 16 MB of address range. But esp32s3 supports 32 MB external memory. So this address should be 0x3E000000
- Loading branch information