P&E Micro USB BDM slow with Codewarrior

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

P&E Micro USB BDM slow with Codewarrior

2,506件の閲覧回数
Adam
Contributor III
I am looking for some help.  We are currently using CW v6.3 for Coldfire with the P&E BDM USB-ML-CFE.  We have noticed download times to the target take forever, more than 7 minutes for 1.6mb.  We also noticed that if we set CW up to use the P&E parallel BDM and download times are the same when the USB interface should be faster, right?  Can't seem to get the USB interface to run any faster, can anyone help?
ラベル(1)
タグ(1)
0 件の賞賛
返信
2 返答(返信)

1,011件の閲覧回数
CompilerGuru
NXP Employee
NXP Employee
See this thread
http://forums.freescale.com/freescale/board/message?board.id=CWCFCOMM&message.id=1579&query.id=60277...

I would also suggest to try a recent 7.x version for comparison, just use the demo period (I think 30 days).

Daniel
0 件の賞賛
返信

1,011件の閲覧回数
RichTestardi
Senior Contributor II
Just a shot in the dark, but you might want to make sure you're not writing a byte at a time.
 
Check your debugger cfg file and make sure you see 4's for dword access,something  like this:
 
range      0x00000000 0x0001FFFF 4 Read
reserved   0x00020000 0x1FFFFFFF
range      0x20000000 0x20003FFF 4 ReadWrite
reserved   0x20008000 0x3FFFFFFF
reserved   $IPSBAR_BASE + 0x200000  0xFFFFFFFF
0 件の賞賛
返信