sixten9999

Results 5 comments of sixten9999

im trying to use v0.4 but it also happen when selecting any other board

I have compiled using arduino ide with use spi as eeprom uncommented and changed pin to use external flash. When compiling latest release i get an error if i try...

i got latest release working by changing in board_stm32_official.ino #if defined(STM32F407xx) SPIClass SPI_for_flash(PB5, PB4, PB3); //SPI1_MOSI, SPI1_MISO, SPI1_SCK #else //Blue/Black Pills SPIClass SPI_for_flash(PB15, PB14, PB13); to #if defined(STM32F407xx) SPIClass SPI_for_flash(PB15,...

This is my settings in arduino ide. I dont know why changing the pins for f407 has an effect for me ![arduino setting](https://user-images.githubusercontent.com/52405257/181305136-f67462e4-2d7f-4d81-9b81-09fbbf31f172.png)

when using the memory chip that i wrote board layout to with 2021.08 it works it also works with 2022.07 but when i use the memory i wrote board layout...