Reference example for MK22FN512VLL12 MCU

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Reference example for MK22FN512VLL12 MCU

跳至解决方案
3,927 次查看
yoursanil3
Contributor II

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.

 

0 项奖励
回复
1 解答
3,862 次查看
Pablo_Ramos
NXP Employee
NXP Employee

Hi @yoursanil3 ,

You can try to Update/Download the MK22FN512xxx12 on the Data Manager of ConfigTools

Pablo_Ramos_0-1718301570003.png

Pablo_Ramos_1-1718301573568.png

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!

在原帖中查看解决方案

0 项奖励
回复
4 回复数
3,893 次查看
yoursanil3
Contributor II

@Pablo_Ramos 

Here are few pics which can be helpful to understand

0 项奖励
回复
3,896 次查看
Pablo_Ramos
NXP Employee
NXP Employee

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:

Pablo_Ramos_0-1718136712388.png

Pablo_Ramos_1-1718136725366.png

Other way is from SDK Builder in the official NXP page:

Pablo_Ramos_2-1718136747064.png

Hope it helps you!

0 项奖励
回复
3,893 次查看
yoursanil3
Contributor II
Hello @Pablo_Ramos,
Thanks for your reply, as suggested by you, I have downloaded supportable SDK package and have configured project with few pins, also generated code without any errors, but I have observed few issues like Tool not supported for selected processor: TEE Device configuration and also it is showing <Debug> next to the project name in project explorer session.
0 项奖励
回复
3,863 次查看
Pablo_Ramos
NXP Employee
NXP Employee

Hi @yoursanil3 ,

You can try to Update/Download the MK22FN512xxx12 on the Data Manager of ConfigTools

Pablo_Ramos_0-1718301570003.png

Pablo_Ramos_1-1718301573568.png

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!

0 项奖励
回复