RT1170 Port of MicroPython #10681
Replies: 7 comments 43 replies
-
Thanks for the interest. The REPL prompt comes up at the USB1 port (J20), not the J11 you use for loading the firmware. The comm setting do not matter, but you can use 115200 baud, 8 bit, 1 stop bit. For convenience, you can set J38 to the 3-4 position to have the board powered by the J20 USB. The software is built using the MicroPython environment, not MCUexpresso. It may be possible, but will be a long and rough ride. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your fast response Robert. I will investigate The USB1 port and also the building process using the MicroPython environment and maybe come back later with some questions.... :) |
Beta Was this translation helpful? Give feedback.
-
I have the REPL prompt - many thanks. Can you recommend an IDE to run on a PC ? |
Beta Was this translation helpful? Give feedback.
-
Yes, I uploaded the latest nightly build. Great to have your advice. I will have a look at both your FTP server and an IDE and consider. |
Beta Was this translation helpful? Give feedback.
-
I use a Segger J-Link EDU, but the mini should word as well, besides the plug size. It was little bit tricky to attach. I'm not at my desk atm, but later I can send you a sample script. |
Beta Was this translation helpful? Give feedback.
-
Loading the code through the debugger works here with my both the Segger EDU and the EDU mini. You may have to disconnect the debug USB port. |
Beta Was this translation helpful? Give feedback.
-
One little thing I have fixed for the MIMXRT1170 EVK board is the LEDs. They now both work from MicroPython on my board. Am not sure how best for a newbie amateur to get these changes reviewed and incorporated ?? |
Beta Was this translation helpful? Give feedback.
-
Does anyone have experience of using MicroPython with the RT1170 ? I am looking to evaluate it using the NXP eval board but am struggling to get started. I can transfer the .bin build to the eval board seemingly OK, but havent seen any response on the vitual COM port after reset. What COM settings are required ?
On another tack can anyone give me any tips on building the code from source using the MCUexpresso system.
Beta Was this translation helpful? Give feedback.
All reactions