Fast Flash Programming via Bootloader

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

Fast Flash Programming via Bootloader

410件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by wmues on Tue Nov 13 04:22:26 MST 2012
As you might know, the boot rom in LPC177x/8x is limited to 56K baudrate, running with the 12MHz internal oscillator.

In production, this might take a big amount of time for programming the internal flash.

However, it is possible to load a small programm into the internal RAM of the CPU which sets the baudrate
to a higher value.

The appended program boot_setbaud.c sets the baudrate to 115K. It is position independent.

You have to use the commands W(rite), U(nlock) and (G)o. The return string of
the G(o) command is crippled because of the switched baudrate. After this, you can
switch the PC to 115K.

Original Attachment has been moved to: boot_setbaud.tar.gz

Original Attachment has been moved to: boot_setbaud.c.zip

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