Question
Where can I define the initial value for USE_SD_TRANSCEIVER (needed for SD Card / STM32H743)?
USE_SD_TRANSCEIVER is set to 1U by default when generating code for STM32H743. But I need it to be 0. I have to manually edit the "stm32h7xx_hal_conf.h" file every time after generating code and reset the flag to 0, which is annoying! I checked almost every setup page but I could not find where to set this flag.
I use current version 5.0.1 of STM32CubeMX.
Thank you for any hint!
