Tool/software: Code Composer Studio
My code for CC2640r2 launchpad got this when build:
program will not fit into available memory. placement with alignment fails for section ".cinit" size 0x59d . Available memory ranges:
FLASH size: 0x1f000 unused: 0x4 max hole: 0x3
FLASH_LAST_PAGE size: 0x1000 unused: 0x554 max hole: 0x554
memory allocation below
open cc26xx_app.cmd, the problem located at this line:
.cinit : > FLASH | FLASH_LAST_PAGE
So I tried increasing FLASH_LAST_PAGE at FLASH_LAST_PAGE (RX) : origin = FLASH_LAST_PAGE_START, length = PAGE_SIZE
and I am able to get compiled OK
However when debug I get :File Loader: Memory write failed: Timed out waiting for target flashloader to execute command.
as below photo, there is no more failed allocation, but I cannot flash into MCU
what should I try at the moment?

