All:
In moving from CCS 3.3 to CCS5.5, it appears that the .hwi_vecs generated by DSP/BIOS are not being transferred from flash (where they are asked to reside) to internal RAM (where they need to run).
Do I need to add lines to the user linker command file to do the transfer?
We have several other copies being done, .text, .switch, .rts
In the past, (3.3) .hwi_vec was copied by including the bios-generated cmd file into the user.cmd file, but CCS 5.5 complains about doubly defined memory blocks, so it was excluded.
When I tried to create a second .cmd file with only the SECTIONS portion of the bios-generated cmd file, that did not do the copies.
So, how do I copy .hwi_vec from flash storage to internal RAM in a CCS 5.5 environment?
background: CCS5.5
C6713
external Flash at location 0x8000000.