Is there any way for MC56F84789/567 improve production programming process?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Is there any way for MC56F84789/567 improve production programming process?

1,144件の閲覧回数
liyangjia
Contributor I
  1. Here we want to improve the programming process, is there any way (except use codewarrior) for onboard programming?
  2. “56800E flash programmer 1.2” whether support MC56F84789/567? If support, where can get “Device Configuration file” (xx.cfg)?
  3. Freescale DSC Flasher” whether can download BIOS and App file at once?

    Here I use CMD:

    fflasher MC56F84789 utap program -m --srec:BIOS.S  APP.S -v -j 1000 -t 5 --log D:\TestLog\log.txt

    Not running.

    Use CMD:

    fflasher MC56F84789 utap program -m --srec:BIOS.S -v -j 1000 -t 5 --log D:\TestLog\log.txt

    Only can program BIOS, then go through CAN network download APP.

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

930件の閲覧回数
liyangjia
Contributor I

I find the problems:
Here i used WinMerge to compare .HEX & .S (*elf.p.S, *elf.S) file from CodeWarrior.

pastedImage_1.png

I find there have some different on count backwards second line "S30700000FFE1ADAF7", .HEX file have this, but .S file don't have. So i just use .HEX File rename as .S then program BIOS.S and APP.S into DSC then working fine.

If programming original *elf.p.S file (BIOS.S & APP.S), only BIOS running.

It's a little confusing for this.https://community.nxp.com/community/codewarrior/cw-mcu

CMD:

ren C:\XX\*.HEX *.S

fflasher MC56F84789 utap program -m --srec: C:\XX\BIOS.S C:\XX\APP.S -j 800 -t 5

ren C:\XX\*.S *.HEX

0 件の賞賛
返信

930件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

“56800E flash programmer 1.2” doesn't  support MC56F84789/567.

User can use "Freescale DSC Flasher” for it.

according to user manual.

pastedImage_2.png

http://cache.nxp.com/assets/documents/data/en/application-notes/AN4824.pdf?fsrch=1&sr=1&pageNum=1 

Please try if you can download list of files with it.

Hope this helps!


Have a great day,
Jennie Zhang

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信