This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

burn the boot image into NOR flash on C5504 dsp device

according to SPRABD7 :

1. a boot image can be createdf using the hex conversion utils (section 3.3.1) . all code section must be aligned on a word boundary (section 3.3.1.3) - can I updae the project *.cmd file with ".text > ROM PAGE 0 align 2"??? when opening the project linker file I have the below warning:

/*Do *not* directly modify this file.  It was  generated by the Configuration Tool; any  changes risk being overwritten.    

2. how can I use the hex55 utility to generate a bin file in case of parallel16 boot type? 

3. the programmer utils can be used for boot image burning (section 3.4)  - where can I find the programmer utils?