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?
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.)
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?
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.)