Search found 9 matches

by victagayun
Sun Feb 10, 2019 12:17 am
Forum: Other Boards
Topic: [STM32F103] - Porting MicroPython to the "BluePill" board
Replies: 23
Views: 45401

Re: [STM32F103] - Porting MicroPython to the "BluePill" board

Hello, noob here.
For most noob, they would start using CubeMX then use an IDE like TrueStudio.
Maybe from there, you could modify main.c and add files to do "minimum" gpio and and UART like viewtopic.php?f=12&t=3813#p21957.
What are the steps to do this?
by victagayun
Mon Dec 17, 2018 2:46 pm
Forum: Other Boards
Topic: K210 basic benchmark test
Replies: 12
Views: 10442

Re: K210 basic benchmark test

Hi is it possible to combine perks to discount shipping fee?
Is it possible to order 3pcs M1w dock suit?
by victagayun
Wed Dec 05, 2018 3:38 pm
Forum: Other Boards
Topic: K210(Sipeed M1) run face tracking PT demo with maixpy
Replies: 9
Views: 9318

Re: K210(Sipeed M1) run face tracking PT demo with maixpy

Hello
Will you consider the same discount to be given on those same backers in Indiegogo in case they would order again?
In my case, I am short of cash right now that I would order different package, but maybe after December I could order more.
by victagayun
Wed Dec 05, 2018 2:52 pm
Forum: Other Boards
Topic: K210 basic benchmark test
Replies: 12
Views: 10442

Re: K210 basic benchmark test

zepan wrote:
Wed Dec 05, 2018 1:32 pm
If you are interested in maixpy development, you can send email to support@sipeed.com, and we can send MAIX board to you for FREE~
Hey I want one free too!!
by victagayun
Wed Dec 05, 2018 4:22 am
Forum: Other Boards
Topic: K210 basic benchmark test
Replies: 12
Views: 10442

Re: K210 basic benchmark test

shaoziyang wrote:
Wed Dec 05, 2018 3:16 am
Finally, K210 is a little faster than STM32F4, but slower than STM32F7 and ESP32.
So do you recommend ESP32 over K210? I plan to buy on Indiegogo.
by victagayun
Wed Dec 05, 2018 2:53 am
Forum: Other Boards
Topic: [STM32 Generic] to Atollic Studio
Replies: 0
Views: 8895

[STM32 Generic] to Atollic Studio

Hello, I am new to STM32 (still reading Programming STM32 by Donald Norris) and C programming. Does any one can show how to import micropython into Atollic as project? Once imported, device can be changed accordingly and compiled/upload to different STM32 devices (Am I correct on this statement?). A...
by victagayun
Wed Dec 05, 2018 2:46 am
Forum: Other Boards
Topic: Compiling MicroPyton with IAR & Keil c compiler
Replies: 18
Views: 16378

Re: Compiling MicroPyton with IAR & Keil c compiler

I have been building STM32 ports easily and successfully with Atollic True Studio lite on Windows 7 & 10 for some time. It is easy to import an existing makefile project. You need to install MSYS2 for the gnu utilities and set the cross compiler to CROSS_COMPILE = arm-atollic-eabi- in the build tar...
by victagayun
Fri Nov 16, 2018 3:06 am
Forum: Other Boards
Topic: [STM32H743] How to flash
Replies: 6
Views: 6162

Re: [STM32H743] How to flash

[quote=kak post_id=31216 time=1540218715 user_id=4401] I feel somewhat dumb here. Could someone tell me how to flash MicroPython to a STM32H743-Nucleo board? Make produces the files firmware.dfu, firmware.hex, firmware0.bin and firmware1.bin. Which of those do I have to flash, and how? I tried copyi...
by victagayun
Fri Nov 16, 2018 3:01 am
Forum: Other Boards
Topic: [STM32H743] How to flash
Replies: 6
Views: 6162

Re: [STM32H743] How to flash

[quote=johannes post_id=31238 time=1540236144 user_id=4452] [quote=kak post_id=31225 time=1540228399 user_id=4401] Thanks for your answer. It seems to be only available for Windows. Is there something similar for Linux? [/quote] It's been a while since i played with stm32 boards but i remember that ...