Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
Hi all,
I appoligize if this is in the wrong forum. The old TI-RTOS forum seems to be closed now, and I can't find a replacement (e.g. SimpleLink, SYSBIOS etc).
As I've discussed in another post, I have a need to change the PowerMSP432.c file.
- I want to use the LDO rather than DCDC to reduce ADC measurement noice (i.e. change AM_DCDC_VCOREx to AM_LDO_VCORE0 for the different performance level settings).
- I want to use the HFXT rather than DCO to improving timing accuracy (i.e. change CS_DCOCLK_SELECT to CS_HFXTCLK_SELECT)
With TI-RTOS I could follow the instructions in Appendix A of the RTOS Users Guide to recompile the RTOS.
With the change to SimpleLink, the instructions for recompiling appear to have stayed the same, but it doesn't work any more. The instructions still point to using the bios.mak make file, but this file does not exist in SimpleLink installations and there is no other make file in the SimpleLink directory structure that would be a replacement.
The manual mentions that SYS/BIOS can be rebuilt as part of the application build in CCS using the instructions in section 2.4.5. Unfortunately, I don't follow how I can use CCS to recompile SYS/BIOS. I have the "BIOS.libType = BIOS.LibType_Custom;" line in my .cfg file, but this does not seem to force CCS to rebuild SYS/BIOS with my change to PowerMSP432.c.
How can I recompile SYS/BIOS?
Cheers
Julian