Tool/software: TI C/C++ Compiler
Hi,
I have LAUNCHXL-CC26X2R1 boards with CCS v9.1.0 and I am using the simplelink_cc13x2_26x2_sdk_3_10_01_11 SDK for project.
I am working on the Simple Peripheral application and have modified the project so it can supports the BIM. Right Now, I need Power Manager Initialization (Power_init()) in the BIM, not in the Simple Peripheral application. So, I have added required files( Board.h; CC26X2R1_LAUNCHXL_fxns.c; CC26X2R1_LAUNCHXL.c; CC26X2R1_LAUNCHXL.h) in the BIM project to support the Power Manager Initialization.
Power Manager API uses TI RTOS in the Simple Peripheral project but we do not want to add TI RTOS in the BIM and it is also not recommended. So, to resolve the
Power Manager symbols at linking time I have used the noRTOS file( kernel/nortos/llib/nortos_cc26x2.aem4f). But after adding those file it is exceeding the BIM code size, as shown below following error is generated:
So, Is there any other way that I can add Power Manager Initialization in the BIM project ?
Or this the only method, In which I have to increase the BIM size so it can support Power Manager.
Let me know what you think, how can I achieve the Power Manager Initialization in the BIM project.
Regards,
Shiv

