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.
simple peripheral, absolutely no changes other than adding
var LoggingSetup = xdc.useModule('ti.uia.sysbios.LoggingSetup');
to cfg
Hey Alexander,
There may be some additional steps required here. Can you refer to the following related threads to see if these resolve the issue?
Are you using BLE5 simple peripheral, or just BLE? Please note the additional memory consumed by enabled logging may not leave enough heap for the stack to function (in this case I would expect the heap metrics to reflect this). You can check this by enabling -DHEAPMGR_METRICS as described in our Debugger's Guide.
Hey Alexander,
Apologies for the delayed reply. I'm not able to reproduce this after adding the log statement to cc2640_r2_csdk.cfg. Is there a step I am missing?
apologies it did work it was just because of how slow it runs with all the console logs it took around a minute to get to the point where it did advertise, impatiently i did not realise this