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.
Tool/software: Code Composer Studio
Hi,
I first try to explain what I did.
With SCS template (adc_data_streamer_launchpad_tirtos) I made a project and got ADC data from UART
then add this project to the (ble5_project_zero_cc2640r2lp_app) project zero.
I don't use the new attribute to send the data through BLE and use the (DataService_SetParameter) pre defined stream data services.
after some debugging I got this error that liker cant fit program on memory.
Description :
#10010 null: errors encountered during linking; "ble5_project_zero_cc2640r2lp_app.out" not built
#10099-D</a> program will not fit into available memory. placement with alignment fails for section ".cinit" size 0xd9c . Available memory ranges:
#10099-D</a> program will not fit into available memory. placement with alignment fails for section ".rodata" size 0xc6 . Available memory ranges:
#10099-D</a> program will not fit into available memory. run placement with alignment fails for section ".stack" size 0x400 . Available memory ranges:
gmake: *** [all] Error 2
gmake[1]: *** [ble5_project_zero_cc2640r2lp_app.out] Error 1
I am not a professional programmer and any comment would be appreciated.
Thanks for your support in advance.
Hossein