Hello Everyone!!!
Actually I need few information regarding MK22FN512VLL12 controller like in which environment we can develop the code. I am having Expresso IDE but in that i cant able to find this controller for development.
Could anyone please provide me an example code for the above controller.
Solved! Go to Solution.
Hi @yoursanil3 ,
You can try to Update/Download the MK22FN512xxx12 on the Data Manager of ConfigTools
You can also see in there what things ConfigTools support for your processor, TEE and Device Configuration is not supported so you would need to configurate that part directly with code, but you can still use ConfigTools for Pins, Clocks and Peripherals.
Hope it helps you!
Here are few pics which can be helpful to understand
Hi @yoursanil3 ,
You can develop the code in MCUXpresso IDE you just need to download the SDK of the part, the MK22FN512VLL12 is used in the Kinetis K22 family, so you can use the SDK from the FRDM-K22F as reference.
In the FRDM-K22 SDK you would find examples.
One way to download the SDK is via MCUXpresso:
Other way is from SDK Builder in the official NXP page:
Hope it helps you!
Hi @yoursanil3 ,
You can try to Update/Download the MK22FN512xxx12 on the Data Manager of ConfigTools
You can also see in there what things ConfigTools support for your processor, TEE and Device Configuration is not supported so you would need to configurate that part directly with code, but you can still use ConfigTools for Pins, Clocks and Peripherals.
Hope it helps you!