I'm using MK64FX512VDC12 in the final design. During development I would like to work with the freedom development board with integrated MK64FN1M0VLL12 Controller. Key functionality is the SPI Interface.
To migrate the SPI-Code from MK64FN1M0VLL12 to MK64FX512VDC12 do I have to expect any differences/Troubles?
Solved! Go to Solution.
Hi Martin Spichtig
In terms of SPI module, your three devices use the same SPI module, so in your SPI code it shouldn't be any difference or troubles. I just recommend you to check pinout, MK64FN1M0VLL12 device doesn't have some pins that are available in the MK64FX512VDC12, ones of them are some SPI2 pins:
So, please consider this if you are using SPI2 interface.
Hope this information could help you.
Have a great day,
Jorge Alcala
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Martin Spichtig
In terms of SPI module, your three devices use the same SPI module, so in your SPI code it shouldn't be any difference or troubles. I just recommend you to check pinout, MK64FN1M0VLL12 device doesn't have some pins that are available in the MK64FX512VDC12, ones of them are some SPI2 pins:
So, please consider this if you are using SPI2 interface.
Hope this information could help you.
Have a great day,
Jorge Alcala
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------