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.

CC2540: problem with mode from debug to release

Part Number: CC2540
Other Parts Discussed in Thread: BLE-STACK

hi to all,

i am developing an app based on ti CC2540 and my application is based on one of ti examples fro cc2540, when i want change mode of program from debug to release IAR compiler give some error from example codes that i can not solve them, for example compiler give " Error[Pe104]: struct or union is too large" from below code that exist in ll.h header file:

extern llStatus_t LL_EXT_PERbyChan( uint16 connId, perByChan_t *perByChan );

i do not have any idea to solve this problem and i do not know what is the problem reason, can any give me a advice to solve this problem.

and also i have another question, changing mode of application from debug to release can has any effect in performance of my application??

thanks