Hello
New to ARM and TI Steallaris.
I am trying to compile boot loader file for live software upgrade using I2C.
It compiles fine however linker has a problem resolving some function calls defined in 'bl_config.h' and 'bss_run' in 'bl_startup.ccs'.
Functions in question:
MyHwInitFunc()
MyInitFunc()
MyReinitFunc()
MyStartFunc()
MyProgressFunc()
etc... etc....
I am using CCSv4 IDE.
Project is setup to use default settings and library 'rtsv7M3_T_le_eabi.lib'.
Is there 'file or library where these functions are defined'.
Search can not locate them.
appreciate any help
nidjo