My environments are DSPBIOS 5.41.13.42 and CCS 3.3.
DSPBIOS working well in internal memory but not work flash boot.
BIOS link variable hwi_vec_loadstart, hwi_vec_runstart have the same value.
I tried linker part PAGE 0 and PAGE 1.
Always not boot and the problem is maybe this section.
SECTIONS {
.hwi_vec: START(_hwi_vec_loadstart), END(_hwi_vec_loadend), SIZE(_hwi_vec_loadsize), RUN_START(_hwi_vec_runstart) {
/* no HWI stubs are necessary */
} > H05SARAM PAGE 0
How can solve this problem ?