Search found 7 matches

by mroussel
Sat May 14, 2022 2:07 am
Forum: General Discussion and Questions
Topic: C external module using IRQS
Replies: 0
Views: 9025

C external module using IRQS

Hi all, I need some help, in figuring out if this is supported by micropython I plan to use a RP2 board with a bare metal micropython The projet would be split in two ( I would like to use only one RP2 core) - micropython side (via USB) this would handle all UI and commands, this is the non time cri...
by mroussel
Wed Feb 17, 2021 3:15 am
Forum: Programs, Libraries and Tools
Topic: Is it possible, IDE with debugger for dev. of VT100 TUI code
Replies: 2
Views: 1529

Is it possible, IDE with debugger for dev. of VT100 TUI code

Hi all, So this is what I am trying to do I want to write micropython code for a target board , (I can do this) my code will interact with user via a VT100 TUI type user interface (I can do this , yes I found the tools and modules) the question : The thing I can not figure out, is how (or what) IDE ...
by mroussel
Fri Nov 30, 2018 4:52 am
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15067

Re: [STM32L432 - NUCLEO 32]

the STM32L432 - NUCLEO 32 board goes for ~25$

FYI just found this (no price announced)
have a look at this board coming soon it is a micro-MONSTER
viewtopic.php?f=19&t=4957&hilit=qspi
by mroussel
Fri Nov 30, 2018 4:45 am
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15067

Re: [STM32L432 - NUCLEO 32]

Great indeed (I am new to the micropython code base) Boochow your bin is 235024 bytes out of 256K of flash so that leaves ~ 21 K free in on board flash 21k is not much to add a file system (data + driver) Boochow do you think a flash file system DRIVER could be added with the place left in on board ...
by mroussel
Sat Nov 24, 2018 5:57 pm
Forum: Development of MicroPython
Topic: Porting to STM32L433
Replies: 2
Views: 2979

Re: Porting to STM32L433

Turbinenreiter

Did you finish this port ?
by mroussel
Fri Nov 23, 2018 10:18 pm
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15067

Re: [STM32L432 - NUCLEO 32]

David , (thanks for quick response) good news after re checking the spec. I see that we have 256 KB Flash 64 KB SRAM so double the flash as stated above so then , correct me if I am wrong, this is a possible candidate for mPY? I remember reading the porting guide somewhere , but that was a long time...
by mroussel
Fri Nov 23, 2018 7:41 pm
Forum: Other Boards
Topic: [STM32L432 - NUCLEO 32]
Replies: 18
Views: 15067

[STM32L432 - NUCLEO 32]

I have not found any ports to this Nucleo board STM32L432KC and i googled all over the board in question:https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-mcu-nucleo/nucleo-l432kc.html is there something that is blocking...