Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
How to modify BIOS code and rebuild it effectively?
tm4c1294ncpdt
CCS6.1.3
tirtos_tivac_2_10_01_38
compiler: TI V5.1.11
XDC: 3.30.4.52
In the .cfg file, BIOS lib type is set to custom, so when rebuild the app project, the BIOS lib should also be rebuilt. But I found something wrong:
1. Modify sysbios/BIOS.h by adding more members to "struct ti_sysbios_BIOS_Module_State".
2. Rebuild
3. I found in configPkg/package/cfg/APmain_pem4f.c, ti_sysbios_BIOS_Module__state__V doesn't contain new members.
So what is wrong? Thanks.