MC13224 serial bootloader

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

MC13224 serial bootloader

ソリューションへジャンプ
1,632件の閲覧回数
estratos
Contributor I

Is there any way to enable the serial bootloader on the MC13224 via software without having to set ADC2_VREFH pin to low and ADC2_VREFL pin to high?

 

Thanks,

 

Daniel.

0 件の賞賛
返信
1 解決策
891件の閲覧回数
redbee
Contributor III

 


estratos wrote:

Is there any way to enable the serial bootloader on the MC13224 via software without having to set ADC2_VREFH pin to low and ADC2_VREFL pin to high?

 

Thanks,

 

Daniel.


 

Setting ADC2_VREFH low and ADC2_VREFL high on reset triggers a flash erase.

 

Setting UART1_RTS low on reset will cause the bootloader to watch UART1 if there isn't a valid image in flash, SPI, or I2C.

 

I suppose it wouldn't be too hard to find the ROM address for the UART1 bootloader and jump to there...

 

 

-Mar.

 

 

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
892件の閲覧回数
redbee
Contributor III

 


estratos wrote:

Is there any way to enable the serial bootloader on the MC13224 via software without having to set ADC2_VREFH pin to low and ADC2_VREFL pin to high?

 

Thanks,

 

Daniel.


 

Setting ADC2_VREFH low and ADC2_VREFL high on reset triggers a flash erase.

 

Setting UART1_RTS low on reset will cause the bootloader to watch UART1 if there isn't a valid image in flash, SPI, or I2C.

 

I suppose it wouldn't be too hard to find the ROM address for the UART1 bootloader and jump to there...

 

 

-Mar.

 

 

0 件の賞賛
返信
891件の閲覧回数
estratos
Contributor I

Thanks Mar :smileywink:

 

Daniel.

0 件の賞賛
返信