How to update application in bootloader?

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

How to update application in bootloader?

1,535 Views
rla00220
Contributor III

i used wct1013a.

I have the boot loader code.

I know that the boot loader jumps directly to the code of the application.

But what if you want to upgrade other firmware on the bootload?

How do I clear my application code?

Help me .. please ..

0 Kudos
4 Replies

1,371 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Semikim,

Regarding your question, I suggest you refer to the an4759.pdf located at the link:

https://www.nxp.com/docs/en/application-note/AN4759.pdf 

The bootloader code is put at the top of program flash, located at from 0x1F400 to 0x1FFFF, after Reset, the DSC jump to the bootloader code, it monitor the SCI port, if it can not detect the SCI character until DelayTime, it will jump to application code, the application code Start Address is put at the address 0x1F3FD.

Hope it can help you

BR

Xiangjun Rong

0 Kudos

1,371 Views
joshua_hong
Contributor III

Hi Xiangjun Rong,

is the AN4759 also applicable to MWCT1003 as well?

0 Kudos

1,371 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Semikim,

Yes, the an4759 is applicable  to MCWT1003.

BR

XiangJun Rong

0 Kudos

1,371 Views
joshua_hong
Contributor III

Hi Xiang Jun Rong,

Thank you! The application note is really helpful on the MCWT1003A.

Best regard

Joshua

Field Application Engineer

WT Microelectronics Singapore Pte Ltd

2 Serangoon North Ave 5, #05-01 Singapore 554911

Tel : +65 6853 1788 ext: 1067

Mobile : +65 9146 9763

Email : Joshua.Hong@wtmec.com<mailto:Joshua.Hong@wtmec.com>

Website : www.wtmec.com<http://www.wtmec.com/WT/?lang=en>;

0 Kudos