How to write internal FLASH?

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

How to write internal FLASH?

1,560 次查看
bugs
Contributor III

If my program is running from internal flash memory, and I want to upgrade to a newer version. Is it possible do the upgrade through my program in the filed? I noticed that Kinetis has two partiotion of the Flash.

0 项奖励
1 回复

913 次查看
mjbcswitzerland
Specialist V

Hi

 

It is possible to update SW in various manners and this is possibel with the Kinetis devices as with others, such as the M522XX Coldfire ones, which have similar FLASH.

 

The fact that there are 2 partitions in the larger chips means that it is possible to run code in one plane while executing Flash commands in the other, but this is not a main issue when uploading new code and it is also possible when using device with one Flash plane.

 

See also: http://www.utasker.com/docs/uTasker/BM-Booloader_for_M5223X.PDF

 

Regards

 

Mark

 

0 项奖励