Kinetis Device Identification via Ezport

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

Kinetis Device Identification via Ezport

1,243 次查看
stoneface
Contributor II

Hi

I'm writing a tool to access the flash memory of K10 type MCUs via the Ezport interface.

Reading, erasing and flashing works fine.

Now I want to read the SIM_SDID register which is at address 4004_8024h, but the Ezport read function seems not to be able to access this address space.

Is there a way to read this register?

标签 (1)
0 项奖励
回复
4 回复数

1,211 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi @stoneface ,

No, EZport can only access flash. You must use Jtag/SWD to read other register.

 

Regards,

Jing

0 项奖励
回复

1,198 次查看
stoneface
Contributor II

Hi jingpan,

thanks for your reply.

I guess that the access is made by the "ARM JTAG-DP" instruction. Until now I managed to read the device identification register via JTAG (IDCODE), but I'm not yet familiar with ARM JTAG-DP instructions. A first search for a good documention was quite dissatisfying.

Can you (or somebody else) give me a hint where to find usefull documention?

 

best regards

0 项奖励
回复

1,170 次查看
jingpan
NXP TechSupport
NXP TechSupport

Hi,

You can refer to this document.

https://developer.arm.com/documentation/ddi0314/h/

 

Regards,

Jing

0 项奖励
回复

1,163 次查看
stoneface
Contributor II

Hi Jing,

thanks, I will work it over ...

 

best regards

0 项奖励
回复