Search found 9 matches

by terrancepeiris
Thu Sep 27, 2018 4:32 am
Forum: Other Boards
Topic: Compiling MicroPyton with IAR & Keil c compiler
Replies: 18
Views: 16388

Re: Compiling MicroPyton with IAR & Keil c compiler

Guys, I am in windows 7 and Windows 10 machine with MinGW/MSYS. I can STM32F769 Disco board compile using make and it is working fine.

I port this into IAR and getting lot of errors, Is anyone successfully compile using IAR
by terrancepeiris
Wed Sep 26, 2018 3:39 am
Forum: Development of MicroPython
Topic: MicroPython on STM32F7
Replies: 10
Views: 6961

Re: MicroPython on STM32F7

Thank you very much and really appreciate your help. It is working now, I am planning to built the project using IAR, Is any one did it before?
by terrancepeiris
Sat Sep 15, 2018 5:23 am
Forum: MicroPython pyboard
Topic: makefile for stm32
Replies: 0
Views: 1313

makefile for stm32

by terrancepeiris ยป Fri Sep 14, 2018 8:10 pm https://github.com/MarkR42/micropython/ ... l/Makefile I notice that the latest (2018 Sep 2018) STM32hal make file is slightly different from 2016 2018 make file ifneq ($(FROZEN_DIR),) # To use frozen source modules, put your .py files in a subdirectory (...
by terrancepeiris
Fri Sep 14, 2018 10:10 am
Forum: Development of MicroPython
Topic: MicroPython on STM32F7
Replies: 10
Views: 6961

Re: MicroPython on STM32F7

https://github.com/MarkR42/micropython/blob/efe53c1a8a808c4b519857ba47cd483657df12cd/stmhal/Makefile I notice that the latest (2018 Sep 2018) STM32hal make file is slightly different from 2016 2018 make file ifneq ($(FROZEN_DIR),) # To use frozen source modules, put your .py files in a subdirectory ...
by terrancepeiris
Thu Sep 13, 2018 11:47 pm
Forum: Development of MicroPython
Topic: MicroPython on STM32F7
Replies: 10
Views: 6961

Re: MicroPython on STM32F7

Hi Guys, this the last message before error DMICROPY_QSTR_EXTRA_POOL=mp_qstr_frozen_const_pool -DMICROPY_MODULE_FROZEN_MPY -c -MD -o build-STM32F769DISC/lib/utils/printf.o ../../lib/utils/printf.c /usr/bin/sed: -e expression #4, char 1: unknown command: `C' MPY modules/dht.py mkdir -p build-STM32F76...
by terrancepeiris
Thu Sep 13, 2018 11:30 pm
Forum: Development of MicroPython
Topic: MicroPython on STM32F7
Replies: 10
Views: 6961

Re: MicroPython on STM32F7

Hi Pagano, thanks. Could you elaborate little more what to do that as I am new to this environment, please?
by terrancepeiris
Thu Sep 13, 2018 11:04 am
Forum: Development of MicroPython
Topic: MicroPython on STM32F7
Replies: 10
Views: 6961

Re: MicroPython on STM32F7

i tried with two separate windows machine one with windows 7 and the other windows 10 and both yield the same result
by terrancepeiris
Thu Sep 13, 2018 7:22 am
Forum: Development of MicroPython
Topic: MicroPython on STM32F7
Replies: 10
Views: 6961

Re: MicroPython on STM32F7

Thanks for the reply, I install all option of MinGW then have issue make V=1 BOARD=STM32F769DISC python ../../py/makeversionhdr.py build-STM32F769DISC/genhdr/mpversion.h MPY modules/dht.py mkdir -p build-STM32F769DISC/frozen_mpy/ ../../mpy-cross/mpy-cross -o build-STM32F769DISC/frozen_mpy/dht.mpy -s...
by terrancepeiris
Wed Sep 12, 2018 1:20 am
Forum: Development of MicroPython
Topic: MicroPython on STM32F7
Replies: 10
Views: 6961

MicroPython on STM32F7

I am new to micropython, I am using Windows 7 with MinGW and install all drivers from MinGW and MSys. I am getting this error Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity. mkdir -p build-STM32F7DISC/genhdr Create build-STM32F7DISC/genhdr/pins.h /bin/sh: python: c...