SDMMC2 build fails - Unknown destination type (ARM/Thumb)
Title edited to highlight that this is a build error, "Unknown destination type (ARM/Thumb)"
Hi!
I'm trying develop code with STM32H745IIT using SDMMC2 in M7 core based in this tutorial:
https://www.youtube.com/watch?v=I9KDN1o6924
My version the CubeMX is: 6.17 and STM32CubeIDE is 2.1.0
Initially I set mode: SD 4 bits Wide bus and configuration is:
NVIC: Enabled
NO constants
GPIO Setting:
- PB3: D2, PB4: D3, PB14: D0, PB15: D1, PD6: CK and PD7: CMD
- DMA: not exist??
Only with this code is the following error generated in CubeIDE:
(HAL_SD_Init): Unknown destination type (ARM/Thumb) in ./Application/User/Core/main.o
(HAL_SD_IRQHandler): Unknown destination type (ARM/Thumb) in ./Application/User/Core/
undefined reference to `HAL_SD_Init'
undefined reference to `HAL_SD_IRQHandler'

Any sugestion?
Thank's