Search found 3 matches

by lmamakos
Thu Mar 02, 2017 4:45 am
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307545

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

FYI, changes I made to stmhal/sdcard.c can be seen here:

https://github.com/lmamakos/micropython ... l/sdcard.c
by lmamakos
Thu Mar 02, 2017 4:25 am
Forum: Other Boards
Topic: MCUDev Black STM32F407VET6 + STM32F407ZET6 dev boards
Replies: 167
Views: 307545

Re: Black STM32F407VET6 + STM32F407ZET6 dev boards

I got a couple of the VET6 "black" boards and hacked up a configuration for them, too. I was able to get the nRF24L01 SPI connector to work between two of the boards, having them talk to each other running a tweak of the driver test in the source tree. Likewise, I was able to talk to an I2C SSD1306 ...
by lmamakos
Sun Jan 22, 2017 7:18 am
Forum: Other Boards
Topic: VCC-GND STM32F407VET6 dev board
Replies: 25
Views: 40086

Re: VCC-GND STM32F407VET6 dev board

I was just playing around with this a bit, and it seems to be working pretty well. I did notice, however, that the first UART is needlessly unavailable. Turns out that the VCC-GND board apparently doesn't connect up power or ID pins to A9 and A10, thus freeing them up for use with UART1. So, uncomme...