Kinetis Device Identification via Ezport

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Kinetis Device Identification via Ezport

1,201 Views
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?

Labels (1)
0 Kudos
Reply
4 Replies

1,169 Views
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 Kudos
Reply

1,156 Views
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 Kudos
Reply

1,128 Views
jingpan
NXP TechSupport
NXP TechSupport

Hi,

You can refer to this document.

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

 

Regards,

Jing

0 Kudos
Reply

1,121 Views
stoneface
Contributor II

Hi Jing,

thanks, I will work it over ...

 

best regards

0 Kudos
Reply