Search found 4 matches

by manikanta_raju
Fri Nov 03, 2017 2:39 pm
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307153

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

Thanks for the info.

I see that floating point operations are very slow on Black STM32F407VET6. Is this due to micropython, since STM32F407VET6 is a cortex M4.
by manikanta_raju
Thu Nov 02, 2017 6:59 am
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307153

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

I am using https://github.com/mcauser/BLACK_F407VE repo. How much free memory does your board show up?

Code: Select all

>>> gc.collect()
>>> gc.mem_free()
100076
by manikanta_raju
Mon Oct 23, 2017 6:32 pm
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307153

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

[quote=mcauser post_id=22695 time=1508767571 user_id=732] The W25Q16 2MB SPI flash is connected to the SPI(3) bus on the VET6 and ZET6 boards. This script works, with a few modifications: https://github.com/manitou48/pyboard/blob/master/spiflash.py Replace: cs = pyb.Pin('X5') With either: cs = pyb.P...
by manikanta_raju
Sun Oct 22, 2017 6:00 pm
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307153

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

Hey guys, I got a black STM32F407VET6 board and it is up and running! Thanks to your efforts guys. I see that the board has a flash chip W25Q16. Has anyone tested the flash module? How can I communicate with it? I see that it is wired via SPI bus.