Other Parts Discussed in Thread: SYSCONFIG, BLE-STACK
Tool/software:
Hi,
I am experimenting with adding TI15.4 OAD functionality to an existing project, rather than starting afresh from the OAD examples.
I have included the OAD files, included the OAD linker script, and added an external NVS to sysconfig and it compiles but with one warning:
I think this is because sysconfig is producing a config section that should be disabled as that is part of the BIM image. I cannot disable the config section in sysconfig like it is disabled in the OAD example project.
Can you tell me how I can get my Sensor sysconfig to disable the config section like in the OAD examples?
Edit: If I add this to the sysconfig file in a text editor it compiles without warning.
// Can't configure CCFG from OAD project. BIM controls this portion of flash
CCFG.enableCodeGeneration = false;
Has anyone successfully added OAD to a project this way?
Thanks,
Andy