Hi, I have to add the line 7 #define MICROPY_HW_BOARD_NAME "NUCLEO-F411RE" #define MICROPY_HW_MCU_NAME "STM32F411xE" #define MICROPY_HW_HAS_SWITCH (1) #define MICROPY_HW_HAS_FLASH (1) #define MICROPY_HW_ENABLE_RTC (1) #define MICROPY_HW_ENABLE_USB (1) and I have a problem : pat@pat-3000-N100:~/micro...
Hi, I try the tutorial with a board nucleo411 but it is possible ? I don't know how to access the boot file ... I don't see : usb_mode >>> MicroPython v1.12-371-gf534b9976 on 2020-04-15; NUCLEO-F411RE with STM32F411xE Type "help()" for more information. >>> import pyb >>> pyb. __class__ __name__ mai...
Hi, I work with a nucleo F411 but i have a problem with UART on the "ARDUINO HEADER". I use the UART6 on the NUCLEO HEADER but it's missing on the ARDUINO-HEADER. Can I redirect the UART6 to the pin's of UART1 without rebuilding the firmware ? In mpconfigboard.h there don't UART1 // UART config #def...