본문 바로가기

Programing/TI CC254X(BLE)

-Z(IDATA)ISTACK 에러 해결법

segment placement command "-Z(IDATA)ISTACK+_IDATA_STACK_SIZE#08-_IDATA_END", where at the moment of placement the available memory ranges

위 에러가 나오면

C:\Texas Instruments\BLE-CC254x-1.4.0\Projects\ble\common\cc2540\ti_51ew_cc2540b.xcl

위링크 파일을 메모장등으로 열어서 

-Z(DATA)VREG+_NR_OF_VIRTUAL_REGISTERS=08-7F

위 줄을 

-Z(DATA)VREG=08-7F

위와 같이 변경하고 저장하면 에러가 해결됩니다.