This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

program will not fit into available memory

Hi, 

Currently i am working on sample code of sensor tag (BLE 2.02), i am getting a following error

"program will not fit into available memory. placement with alignment fails for section ".cinit" size 0xc31 . Available memory ranges: FLASH size: 0x10010 unused: 0xa99 max hole: 0xa97"

I have implemented internal RTC which is causing this, same code worked fine with BLE 2.1.

checked the discussion "

https://e2e.ti.com/support/wireless_connectivity/bluetooth_low_energy/f/538/p/477933/1778662

but that didnt help" 

Thanks.

  • Hello Sagar,

    This error generally means the a application has exceeded the available space. Did you enable any additional Stack features? How big is your application from BLE 2.1?

    Best wishes
  • Hello JSX,
    Actually i didn't enable any additional stack features , only the ones which are default enabled. I have implemented same BLE 2.1 code in BLE 2.02.