Keil error : : Exec region RW_IRAM1 address (0x20000008) not aligned on a 64 byte boundary.
BLE_HearRateFreeRTOS example: latest .
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_IROM1 0x08000000 0x00080000 { ; load region size_region
ER_IROM1 0x08000000 0x00080000 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000008 0x2FFF8 { ; RW data
.ANY (+RW +ZI)
}
RW_RAM_SHARED1 0x20030000 0x28 { ; RW data
*(MAPPING_TABLE)
}
RW_RAM_SHARED2 0x20030028 0x27D8 { ; RW data
*(MB_MEM1)
*(MB_MEM2)
.ANY (+RW +ZI)
}
}
How do I proceed?
