It’s safe to say that with the K64 and KSDK using MQX you can no longer use the original MQX “flashx” drivers and you have to use the KSDK flash methods in “FlashProgram.c” as shown in “flash_demo_twrk64f120m” ?
Thanks,
Mark
Solved! Go to Solution.
Hello Mark:
Yes, that is true. With MQX for KSDK the classic MQX drivers are not used. Instead you have the KSDK platform drivers. In this case the Flash driver is in the path "C:\Freescale\KSDK_1.1.0\platform\drivers\src\flash" and it is the same as the C90TFS Standard Software Driver.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Mark:
Yes, that is true. With MQX for KSDK the classic MQX drivers are not used. Instead you have the KSDK platform drivers. In this case the Flash driver is in the path "C:\Freescale\KSDK_1.1.0\platform\drivers\src\flash" and it is the same as the C90TFS Standard Software Driver.
Regards!,
Jorge Gonzalez
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks Jorge for the clarification!
Mark