Secondaery bootloader on LPC11U67

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

Secondaery bootloader on LPC11U67

ソリューションへジャンプ
1,074件の閲覧回数
Guy_mego
Contributor II

Hi All,

I'm new with writing a secondary bootloader to my LPC11U67.
I was able to erase the flash, nut when I came to write to an address the function 
Chip_IAP_CopyRamToFlash retutns me a value of 6 - ERR_ISP_COUNT_ERROR which means:
Byte count is not multiple of 4 or is not a permitted value.

I was trying to solve it by changing the destination address, the buffer i sent but there is no change, still get the same error.

Can anyone assist me to understand what this error means and how to solve it. 

Thanks in advance.

 

タグ(1)
0 件の賞賛
返信
1 解決策
1,040件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The number of Byte must be 256, 512,1024,2048, otherwise, the COUNT_ERROR will happen.

Pls check the number of byte parameter

Hope it can help you

BR

XiangJun Rong

 

 

xiangjun_rong_0-1696820104480.png

 

元の投稿で解決策を見る

2 返答(返信)
1,041件の閲覧回数
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi,

The number of Byte must be 256, 512,1024,2048, otherwise, the COUNT_ERROR will happen.

Pls check the number of byte parameter

Hope it can help you

BR

XiangJun Rong

 

 

xiangjun_rong_0-1696820104480.png

 

1,019件の閲覧回数
Guy_mego
Contributor II

Hi,

It works. 

Thanks a lot. 

0 件の賞賛
返信