Search found 35 matches

by Firas_Baccouri
Mon May 02, 2022 11:27 am
Forum: General Discussion and Questions
Topic: MicroPython on STM32F746 controller
Replies: 1
Views: 742

Re: MicroPython on STM32F746 controller

I resolved it , the problem was with the version of the STLink , I couldn´t even erase the chip and , I just download the latest version and the firmware is uppload it correctly . I am stuck with an other error , I am working on the stm32f746 controller which is embedded inside a pcb , after uploadi...
by Firas_Baccouri
Fri Apr 29, 2022 1:26 pm
Forum: General Discussion and Questions
Topic: MicroPython on STM32F746 controller
Replies: 1
Views: 742

MicroPython on STM32F746 controller

I have a PCB which contain an STM32F746 controller , I want to run micropython on that controller for that reason I have compiled the code of STM32F7 DISC board from that repository (https://github.com/micropython/micropython.git) and than I have tried to upload it to the controller using the ST_Lin...
by Firas_Baccouri
Fri Apr 29, 2022 1:09 pm
Forum: Development of MicroPython
Topic: micropython for STM32F417 controller
Replies: 2
Views: 1889

Re: micropython for STM32F417 controller

tepalia02 wrote:
Fri Apr 29, 2022 11:21 am
Hi, have you tried this library? https://github.com/SpotlightKid/micropython-stm-lib
Thank you for your response, actually I didn´t , I´ve checked it now unfortunately I didn´t get what it is exactly doing !!!!
by Firas_Baccouri
Wed Apr 27, 2022 12:20 pm
Forum: Development of MicroPython
Topic: micropython for STM32F417 controller
Replies: 2
Views: 1889

micropython for STM32F417 controller

Hi, I am working on a project where i want to use micropython on an stm32f417 controller , i´ve figured out that there is no micropython available for this controller , so i should maybe work on the firmware of STM32F407 to let it compatible for my controller and than upload it to the controller for...
by Firas_Baccouri
Wed Apr 27, 2022 7:37 am
Forum: Other Boards
Topic: Getting a micropython for STM32f417 controller
Replies: 1
Views: 1573

Getting a micropython for STM32f417 controller

Good Morning , I am working on a project where i want to use micropython on an stm32f417 controller , i´ve figured out that there is no micropython available for this controller , so is should maybe work on the firmware of STM32F407 to let it compatible for my controller and than upload it to the co...