Hi Nick,
Yes, the SDK version already up to 2.5, but really no RT1064, RT1064 latest SDK version still the 2.4, about the reason, I will help you to check it with our according department next Monday, please wait patiently.
In the meanwhile, I suggest you still use the 2.4 version for RT1064.
About the difference between RT1062 and RT1064, the main difference is the internal flash on RT1064. You can use the SDK for RT1062 on RT1064, but about the nor flash debug version, you need to change the address like rev2.4:
define symbol m_interrupts_start = 0x70002000;
define symbol m_interrupts_end = 0x700023FF;
define symbol m_text_start = 0x70002400;
define symbol m_text_end = 0x703FFFFF;
So, I still suggest you use the rev2.4 for RT1064 now.
Wish it helps you!
Have a great day,
Kerry
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------