2017-11-16 04:27 PM
I generated the code for a STM32L496 that hopes to use the SDIO with an external SD card. To meet my data throughput, I will need the 4 bit bus and the high speed mode which the L496 appears to have. However, the generated code has restricted these two features to only STM32L4Rxxx and STM32L4Sxxx versions of the chips (using &sharpif defined...).
What am I missing?
#sd-high-speed #sd-4-bit-data ##if-defined(stm32l4r5xx)