Is there a subroutine for RAM or ROM test example for target KEAZN64 processor Kinetis-M0 ?

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

Is there a subroutine for RAM or ROM test example for target KEAZN64 processor Kinetis-M0 ?

890 次查看
mohammedaboelna
Contributor III

Hello,

I am working on S9KEAZN64 and looking for subroutines regarding RAM or ROM tests particularly in assembly form.

Would you help please ?

1 回复

722 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Mohammed AboeInasr,

    Unfortunately, we don't have the assembly form directly.

    I think you can use the C code, and debug it, you will find the assembly form in the debug mode.

   About the ROM test, you can find one flash demo code, attached code is the flash C driver code for your reference.

  About the RAM test, you just need to define some variable, then you can test the data, the variable will be assigned to the RAM automatically.

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------