Getting started and creating projects with Python

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Getting started and creating projects with Python

Jump to solution
1,364 Views
Transidico
Contributor III

Good morning,
I would like to start working with Python for the MCXN947 board, creating my environment on VScode. On Vscode I installed the MCUXpresso extension and imported the sdk from github, but I see that they are all examples in c.

How can I get started with Python? Are there examples for python too? Do I have to install MicroPython?

Is there a step-by-step guide explaining what I need to do and how to start creating my own projects?

Thank you

0 Kudos
Reply
1 Solution
1,276 Views
Harry_Zhang
NXP Employee
NXP Employee

Hi @Transidico 

1. The following link is Getting Started with FRDM-MCXN947.

Getting Started with FRDM-MCXN947 | NXP Semiconductors

2. i.MX RT Series: The i.MX RT series, especially popular models like the i.MX RT1020, RT1050, and RT1060, supports MicroPython, which allows you to write Python code directly for the microcontroller. These chips have enough memory and performance to run MicroPython smoothly.

BR

Hang

View solution in original post

3 Replies
1,327 Views
Harry_Zhang
NXP Employee
NXP Employee

Hi @Transidico 

unfortunately, the MCXN947 board is typically programmed in C/C++ with the MCUXpresso SDK, so Python-based development options are limited.

You may need to adapt MicroPython’s general instructions to your board, as there’s no official guide tailored to MCXN947.

BR

Hang

0 Kudos
Reply
1,315 Views
Transidico
Contributor III

Hi,

thank you for your reply,

could you please send me a quick guide on how to start a c project easily on the frdm-mcxn947 board?

I also ask you which micro family using MCUXpresso is compatible with python.

thank you very much.

Regards

0 Kudos
Reply
1,277 Views
Harry_Zhang
NXP Employee
NXP Employee

Hi @Transidico 

1. The following link is Getting Started with FRDM-MCXN947.

Getting Started with FRDM-MCXN947 | NXP Semiconductors

2. i.MX RT Series: The i.MX RT series, especially popular models like the i.MX RT1020, RT1050, and RT1060, supports MicroPython, which allows you to write Python code directly for the microcontroller. These chips have enough memory and performance to run MicroPython smoothly.

BR

Hang