STM32CubeL4 FATFS BSP: How to use the bspv2.c files and why are there 2 versions?
Hello,
I want to use a STM32L4P5 for reading and writing data to 2 SD Cards.
In the STM32CubeL4 repo, I find in the FATFS/src/drivers folder the files
sd_diskio_dma_template_bspv1.c and sd_diskio_dma_template_bspv2.c
Each file calls a different BSP versions.
Why are there two versions of this file?
When I use the BSP generated by the STMCubeIDE, the generated functions seem to be compatible to the bspv1 version.
In the example applications in the STMCubeL4 package, I also haven't found any project that uses the bspv2.
Is there any way to get the corresponding BSP driver, that is compatible with the sd_diskio_dma_template_bspv2.c?
