BLACK_F407VE
BLACK_F407VE copied to clipboard
MicroPython board definition for the MCUDev Black STM32F407VET6 board
Hello @mcauser Thanks for the driver I have compiled with your code. However I could not run the ethernet interface ``` import network lan = network.LAN() lan.active(True) ``` **After I...
Per analogiam to other boards maybe bdev.c should include qspi.h but it seems to work without it.
I have this error while trying to establish the definition: make: *** no rule to make the target « lib/mbedtls/library/aes.c », necessary forre pour « build-BLACK_F407VE/genhdr/qstr.i.last ». Stop.
Is it possible to user network interface on this devboard? From micropython docs: ``` To use this module, a MicroPython variant/build with network capabilities must be installed. ``` I don't...
Hi All, Please need help in getting USB Drivers to work on windows 10 64bit. Tried with my macbook pro and no success too. Please help!!. Thanks
Maybe I'm just unlucky but I recently bought ZE and VE boards and a (what looks like) a plugin TFT (3.2" ILI9341) display. The display is totally compatible with the...
Hello mcauser, There is specification of the board listed in the readme, it would be nice to have a supported status for each line to help undersand waht one can...