Teensy 4.1 Micropython with ulab #14026
-
Hello everybody, I'm looking for all the help I can get. If anyone has already done this, or knows where to find a link to download the HEX file with this configuration, it would help me a lot. NOTE: I tried Circuitpython, but I had problems dealing with very small intervals and data acquisition with a high sampling rate. There were also some problems converting array to ndarray. That's why I'm trying Micropython+Ulab. I'm sorry everyone, I'm a little new to using microcontrollers. Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@LeandroFernandes88 Yes this is definitely possible. It's the exact same process as https://github.com/v923z/micropython-ulab?tab=readme-ov-file#stm-based-boards except you do it from If this process is not working the please paste commands and outputs/errors here. (Flashing will be different too, see the instructions on the download page -- |
Beta Was this translation helpful? Give feedback.
@LeandroFernandes88 Yes this is definitely possible.
It's the exact same process as https://github.com/v923z/micropython-ulab?tab=readme-ov-file#stm-based-boards except you do it from
ports/mimxrt
rather thanports/stm32
and useBOARD=TEENSY41
.If this process is not working the please paste commands and outputs/errors here.
(Flashing will be different too, see the instructions on the download page --
teensy_loader_cli --mcu=imxrt1062 -v -w build-TEENSY41/firmware.hex
)