Firmware update using MCUxpresso

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Firmware update using MCUxpresso

1,657 次查看
sanket_joshi
Contributor I

We have used CodeWarrior 10.xx and created firmware( converting .s19 file (which are generated by CodeWarrior 10.xx) to .bin file using Burner software)). 

 

I have some query Regarding MCUXpresso as below

 

1) Can We use same bootloader and same firmware tool (DFU-Demo) to update firmware after migration?

 

2) If No, than whats will be the process to update firmware which are running on field?

标签 (1)
标记 (1)
0 项奖励
回复
1 回复

1,545 次查看
BlackNight
NXP Employee
NXP Employee

The S19 file format contains the address information (where to load the data) and the data itself with a CRC.

From this perspecitve it is very universal and can be both used by debuggers and bootloaders/DFU tools.

I hope this helps,

Erich

0 项奖励
回复