esp32s3/esp32s2: Fix D_I_BUS_OFFSET
It seems like a wrong copy-and-paste from esp32c3. Actually, internal memory mapping varies among processors. esp32s3: lightly tested with wamr aot esp32s2: not tested (i have no hardware access)
This commit is contained in:
parent
e67df47b64
commit
ab7805062d
@ -45,7 +45,7 @@
|
||||
#error "No suitable heap available. Enable ESP32S2_RTC_HEAP."
|
||||
#endif
|
||||
|
||||
#define D_I_BUS_OFFSET 0x700000
|
||||
#define D_I_BUS_OFFSET 0x70000
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
@ -45,7 +45,7 @@
|
||||
#error "No suitable heap available. Enable ESP32S3_RTC_HEAP."
|
||||
#endif
|
||||
|
||||
#define D_I_BUS_OFFSET 0x700000
|
||||
#define D_I_BUS_OFFSET 0x6f0000
|
||||
|
||||
/****************************************************************************
|
||||
* Public Functions
|
||||
|
Loading…
Reference in New Issue
Block a user