stm32-external-loader icon indicating copy to clipboard operation
stm32-external-loader copied to clipboard

Add MX25L6433F on STM32F446RE

Open ndunello opened this issue 5 years ago • 4 comments

Add MX25L6433F SPI Flash on X-NUCLEO-GFX01M1 on STM32F446RE

ndunello avatar Dec 11 '20 16:12 ndunello

HI @ndunello,

many thanks for your contribution. Is it possible to commit it in the same structure as other loaders by providing only the necessary files?

Thanks in advance, Tilen

MaJerle avatar Dec 16 '20 11:12 MaJerle

Hi @MaJerle, sorry but i didn't understand what you mean. Are you referring to the main branch structure or the contrib branch? If contrib branch how I should structure the project?

ndunello avatar Dec 16 '20 13:12 ndunello

@ndunello I'm referring to contrib branch only, since we only accept pull requests there.

We would prefer to receive a minimum required set of drivers for our customers, so only loader actual file without project.

Please see contrib branch for a reference.

MaJerle avatar Dec 16 '20 13:12 MaJerle

so, if I understand correctly, I have to add:

  • folder SPI_Drivers/MX25L5433F with spi_flash.c and spi_flash.h files;
  • folder SPI_Testing with main_test.c;
  • folder MX25L6433F_STM32F446RE_NUCLEO with STM32CubeIDE projects.

correct ?

ndunello avatar Dec 16 '20 14:12 ndunello