fix(esp_hw_support): Use _iram_text_end instead of _iram_end for I/D-RAM split

This commit is contained in:
harshal.patil
2024-08-26 22:28:25 +05:30
parent dbcff0e941
commit 95f286555a
7 changed files with 21 additions and 12 deletions

View File

@@ -173,6 +173,9 @@ SECTIONS
/* Marks the end of IRAM code segment */
.iram0.text_end (NOLOAD) :
{
/* Align the end of code region as per PMP region granularity */
. = ALIGN(_esp_pmp_align_size);
ALIGNED_SYMBOL(4, _iram_text_end)
} > sram_seg