Programming a 56F805

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Programming a 56F805

1,004 Views
mjdj
Contributor I

Hi,

 

I have a .s file which I need to load onto a DSP56F805 chip but I am struggling to find information on how to do it. I have a USB TAP and have tried the 56800E flash programmer but it doesn't seem to have the correct configuration file.

 

Can anyone point me in the right direction on how to do this?

 

Kind Regards

 

Mark Atkinson

Labels (1)
0 Kudos
1 Reply

260 Views
trytohelp
NXP Employee
NXP Employee

Hi Mark,

The 56F805 is a HAWK I device family named DSP.

The Flash Programmer is working for HAWK II family which is named DSPE.

You can use the IDE + Project  + Debugger to load the file on your board.

I don't know the tool version you're using but the last version based on Classic IDE was CW for DSC V8.3.

Under the installation folder, have a look to the Targeting_56800cd.pdf manual.

There is a chapter named:

    Loading a .elf File without a Project page 195

By default the .elf file is used but you can select the .elf.S file.

Have a great day,
Pascal
Freescale Technical Support
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos