Other Parts Discussed in Thread: SYSCONFIG
Hi,
I want to use the on-chip OAD.
So I'm using ble5_simple_peripheral_oad_onchip_cc26x2r1lp_persistent_app and simple_peripheral_oad_onchip_CC26X2R1_LAUNCHXL_tirtos_ccs project.
I removed the two buttons menu and display from application project to decrease flash consumption as below link guide.
But I want to use the display function, only remove the two button menus.
I want to check log like the project_zero so I will try to add the UartLog instead of disply_printf.
Because the display_printf seems to require two button menus.
Which one does TI recommend for decreasing memory consumption, display_printf or uartlog?
And then I change IO Capabilities in Only Display Device and disable Two Button Manu - Active Items Only as below.
Does this have problems?