'm trying to get started with the RapidIOT board after putting it aside for a year. Is there a new user's guide for MCUXpresso? I can't figure out how to install the SDK I downloaded from NXP RapidIOT Tools & Software page. Should I simply use the Hexiware stuff?
解決済! 解決策の投稿を見る。
Hi mrharmonsr,
All the rapid iot related document is list in the nxp website:
https://www.nxp.com/design/designs/nxp-rapid-iot-prototyping-kit:IOT-PROTOTYPING
You mentioned the SDK, do you mean the SLN-RPK-NODE-SDK.zip which is downloaded from this link:
https://www.nxp.com/webapp/Download?colCode=SLN-RPK-NODE-SDK&appType=license
If yes, you can find in the folder:SLN-RPK-NODE-SDK\SDK_2.3.0_RapidIoT_MK64F12\docs
Getting Started with MCUXpresso SDK.pdf
It can support the mcuxpresso IDE!
You need to drag the code package to the install SDK of the MCUXPresso, just like tomchr mentioned.
From the code package get start document, just K64 has the MCUXPresso IDE project, KW41 rapid don't have the mcuxpresso project.
Wish it helps you!
If you still have questions about it, please kindly let me know!
Best Regards,
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-----------------------------------------------------------------------------
Hi mrharmonsr,
All the rapid iot related document is list in the nxp website:
https://www.nxp.com/design/designs/nxp-rapid-iot-prototyping-kit:IOT-PROTOTYPING
You mentioned the SDK, do you mean the SLN-RPK-NODE-SDK.zip which is downloaded from this link:
https://www.nxp.com/webapp/Download?colCode=SLN-RPK-NODE-SDK&appType=license
If yes, you can find in the folder:SLN-RPK-NODE-SDK\SDK_2.3.0_RapidIoT_MK64F12\docs
Getting Started with MCUXpresso SDK.pdf
It can support the mcuxpresso IDE!
You need to drag the code package to the install SDK of the MCUXPresso, just like tomchr mentioned.
From the code package get start document, just K64 has the MCUXPresso IDE project, KW41 rapid don't have the mcuxpresso project.
Wish it helps you!
If you still have questions about it, please kindly let me know!
Best Regards,
Kerry
-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!
- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-----------------------------------------------------------------------------
Have you looked in the "Install SDK" section of MCUXpresso? If you can find the SDK there, I would follow that workflow rather than downloading and installing manually.
Tom