i have kl2 6p100 board and mkl26z256vll4 processor. but i couldnot the board in the mcuxpresso board lists and the necessary resourses . so which board should i have to use instead or where can i find the resourses and documentation about the board
Solved! Go to Solution.
The kl26p100 board is not a general-purpose MCU. I haven't been able to find the SDK provided for it. I'm sorry for the inconvenience caused.
Using the SDK of KL46Z is indeed a good idea. However, KL26 and KL46 are not completely pin-to-pin compatible, so you need to modify the code by yourself.
I suggest that you refer to the Reference Manual of the mkl26z256vll4 to modify the code. And you can use the MCUXPresso config tools.
Hope it can help you.
thank you for your response
but the board frdm-kl26z have 64 pins but the processor mkl26z256vll4 i have has 100 pins.
the processor mkl26z256vll4 is not packed in the board.it is stand alone i mean you can pluged in and out the processor from the board. i think it is specificaly designed for nxp car competition.the car model is alamak. i am using frdm-kl46z instead.
my question is i could burn a code to the processor but i couldnot control a servo motor or control an led .
The kl26p100 board is not a general-purpose MCU. I haven't been able to find the SDK provided for it. I'm sorry for the inconvenience caused.
Using the SDK of KL46Z is indeed a good idea. However, KL26 and KL46 are not completely pin-to-pin compatible, so you need to modify the code by yourself.
I suggest that you refer to the Reference Manual of the mkl26z256vll4 to modify the code. And you can use the MCUXPresso config tools.
Hope it can help you.
thank you very much. this will help me alot
You are welcome. Any new issues, welcome to create the new post.
Dear Celeste_Liu,
I hope this message finds you well. I am currently building an Alamak car for my final year project, and I am struggling with the configuration step. Could you please help me by providing resources or references related to this stage of the project?
Thank you very much for your assistance. I truly appreciate your support.
Best regards,
Cafu
kifluteklay30@gmail.com
Sure, I am very glad to help you. However, this post is already marked as "solved", so your information might be overlooked. I suggest you create a new post. Thanks for your understanding.
Hello @CAFU ,
Thanks for your post.
I wasn't able to find any information about the kl26p100 board on the official website. Maybe it's a custom board.
For mkl26z256vll4 mcu, you can use our FRDM-KL26Z, it has the SDK and many resourses and documentation.
FRDM-KL26Z|Freedom Development Platform|Kinetis® MCU | NXP Semiconductors
The SDK for the mkl26z256vll4 processor is also provided, and you can use it as well.
Hope it can help you.
BRs,
Celeste
------------------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the "ACCEPT AS SOLUTION" button. Thank you!
------------------------------------------------------------------------------------------------------------------------------