Search found 8 matches

by blipton
Mon Feb 10, 2020 12:14 am
Forum: Other Boards
Topic: How to port Micropython to new Microcontroller
Replies: 13
Views: 13684

Re: How to port Micropython to new Microcontroller

I too would love to port to a nucleo board that's currently not listed in the official supported hardware (STM32H743). I assume the NUCLEO-F401RE is the best starting point, but having trouble importing/creating an Stm32CubeIde project with it. Is it generally recommended to build strictly via the c...
by blipton
Mon Jan 27, 2020 4:19 pm
Forum: Other Boards
Topic: [NUCLEO-F401RE] procedure to upload the MicroPython image
Replies: 19
Views: 23498

Re: [NUCLEO-F401RE] procedure to upload the MicroPython image

Sorry to bring up an old thread, but I've got a sort of similar issue.. I have a nucleo board with the built-in stlink, however, it doesn't come with 'mbed' installed, so programming via the mass-data-storage is not possible. However, since the st-link (and st-flash) utility seem to support the .bin...
by blipton
Sun Feb 11, 2018 5:00 am
Forum: Other Boards
Topic: Compiling MicroPyton with IAR & Keil c compiler
Replies: 18
Views: 16476

Re: Compiling MicroPyton with IAR & Keil c compiler

UV100 did you have any success compiling in keil?

Gnu's make is so different than the uvision flow that it would seem impossible
by blipton
Sat Jan 20, 2018 5:48 am
Forum: Other Boards
Topic: How to build and run MicroPython on STM32F7-Disco board
Replies: 7
Views: 21589

Re: How to build and run MicroPython on STM32F7-Disco board

Is this only for the STM32F769 DISCovery board? The other STM32F7 based boards (ex. STM32F746G-DISCO, NUCLEO-F746ZG) would require additional work? BTW, does micropython support an interactive shell via the SWD console? Keil's uVision has a debug (printf) console but seems to require a compatible de...
by blipton
Tue Nov 24, 2015 12:53 am
Forum: Other Boards
Topic: How To Compile for gcc newbie
Replies: 1
Views: 2788

How To Compile for gcc newbie

I'd like to compile upython but not very famliar with gcc or how to setup the compiling environment. I have a Nios2, so I tried unzipping the port https://github.com/bitmachinejc/micropython-nios2/archive/nios2.zip and executing './buildlib' from within the nios2 sub-folder. Unfortunately, it doesn'...
by blipton
Mon Sep 28, 2015 12:29 am
Forum: Other Boards
Topic: MicroPython on Altera NIOS 2
Replies: 29
Views: 29416

Re: MicroPython on Altera NIOS 2

I'm having a bit of trouble setting up the project... For example, which version of Quartus/Nios2 are you using? I understand starting with Quartus/Eclipse 14, you can select between NiosII Gen2 (economy and fast) and NiosII Classic (economy, fast, and standard). I'm using Quartus/Nios 11.1 standard...
by blipton
Tue Jun 30, 2015 7:00 pm
Forum: Other Boards
Topic: MicroPython on Altera NIOS 2
Replies: 29
Views: 29416

Re: MicroPython on Altera NIOS 2

Hi, are you using an altera development board to test? I have a DE1 (cyclone II) that I'd love to try this on! Would it be possible to post your code? I normally use Nios Eclipse IDE (windows) to include and build, but it looks like you needed to get into the makefiles and cygwin.. is that because y...
by blipton
Mon Dec 15, 2014 3:14 am
Forum: General Discussion and Questions
Topic: Does MicroPython support http?
Replies: 1
Views: 2387

Does MicroPython support http?

With the plethora of low cost wifi chips that interface via spi, I wonder if any of Python's web server functionality made it over to Micropython? I assume the low level driver would have to be modified by the user for the particular wifi chip configuration / access but it seems like a neat idea! ht...