Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I am attempting to change the behavior of the System_printf namely the Character Output function.
I see that for all projects that it seems to inherit the RTOS configuration from "tiros_builds_CC1310_LAUNCHXL_release_ccs project I think?
The way I understand it the default TI-RTOS is in ROM for the CC1310 (code size and speed advantage) so I assume that most/none of the options in release.cfg cannot be changed as the RTOS cannot be rebuilt as it resides in ROM.
Is my understanding correct??
Can any of the options in release.cfg be changed, without forcing the RTOS into Flash? If so which ones? If it can be changed how do you make this configuration project specific?
If the System -> System Providers -> SysCallback Character Output Function cannot be changed is there any way to override this (linker trick or function that changes this callback) to use my own function without moving the RTOS to flash?
Thanks,
Shawn