Hi:
I updated my DSP/BIOS, deleted all generated files for my project and peformed a 'clean' and fresh build.
I loaded the image and put a breakpoint in the first line of main(). After executing, and noticing that the break point was not reached, I hit 'halt' to see where the PC was.
The PC is stuck at GBL_init below.
What is the proper way to upgrade BIOS and get a project originally running with an earlier BIOS running with the upgraded BIOS?
Thanks,
;; MODULE INITIALIZATION
.sect ".sysinit"
.global BIOS_init, _BIOS_init
BIOS_init:
_BIOS_init:
GBL_preamble
GBL_init
SEM_init
MEM_init
OBJ_init
BUF_init
POOL_init
CLK_init
PRD_init
RTDX_init
IDL_init