Hello,
I am developing a board with MK10DN32VFM5 device.
I tried to download processor data from MCUExpresso IDE or Config tool, but in vain;
There is no data for the device !
Can I download the data for MK10DN32VFM5 ?
Help needed.
Thanks ~
#MK10DN32VFM5
Hi @audinus,
I am sorry for the misunderstanding, but with "processor data" do you mean an SDK package?
If so, please refer to https://mcuxpresso.nxp.com/en/select and search for the MK10. Then select and download the SDK for the TWR-K60, and since both share the same memory map, you could port the example into the MK10.
If you have any doubts about the device or the peripherals, don't hestitate to ask! Hope you find this helpful.
Best regards, Julian
Hello @Julián_AragónM ,
Thanks for your answer.
I tried to switch processor in MCUXpresso Config Tool by using pull-down menu "File -> Switch Processor",
but is only shows - MK10DN512xxx10 which starts with "MK10DN".
Moreover the MK10DN512xxx10 processor does not have 32pin package in the tool.
So, I understood that I can use the SDK which follows MK10DN512xxx10 device.
My question is if I could use the MCUXpresso Config Tool for MK10DN32VFN5 device
which, I guess, requires proper "processor data" .
If the answer is "No", I should start to build a platform code with the register maps and SDK
modification.