dword1511 / stm32-vserprog

flashrom serprog programmer based on STM32 MCU & USB CDC protocol. Uses libopencm3 and deprecates the old serprog-stm32vcp project.
GNU General Public License v3.0
309 stars 91 forks source link

Nucleo F411RE: more than header config? #63

Open sebek0F9 opened 1 year ago

sebek0F9 commented 1 year ago

Im guessing the nucleo board stm32f411RE is a bit different with pinouts, and I would have to configure more than just a header file in boards/ , right?

I would have to modify stm32/common/gpio_f24.h? Or, do I use the gpio letter groups from there to update a new file, naming it in boards/nucleo_blackpill.h?

what should i do to make this work. Also what about WP, HOLD?

852B2501-DF20-4113-8215-E04A899579D1

2C54A56E-2137-4AC4-A979-FFEAED70FBFE C812DD40-87C9-482C-9D80-F8EA5252B6F4

PA_5: LED , spi1_SCLK PA_6: SPI1_MISO PA_7:SPI1_MOSI PA_15: SPI1_SSEL

(CN5 CN6 CN8 CN9 are arduino headers…not what im looking for.)

Stredoslovak commented 1 month ago

Hello, have you managed to figure it out? If so, were you successful in using the Blackpill as a flash programmer, with this repo?