How application know the model of microcontroller? Is maskset or unique numbers readable?

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

How application know the model of microcontroller? Is maskset or unique numbers readable?

1,944 次查看
Xan
Contributor I
Hi'all, can someone tell me how to get the model of microcontroller from the application? For example, MC9S12DG256CFU maskset is 0L91N, is it in the controller's memory? What is the address of it? Or if it is not in the memory, is there any unique code in the memory i can read so that i know which controller it is.
 
 
标签 (1)
0 项奖励
回复
2 回复数

1,017 次查看
Nabla69
Contributor V
Hi Xan,
 
You can look at PARTID register in the datasheet.
It gives the model of the die inside the package.
 
Alvin.
0 项奖励
回复

1,017 次查看
Xan
Contributor I
Thanx, The location is 0x001A-1B
0 项奖励
回复