STM32N6570-DK SD Card Error
Hello,
I have completed this guide successfully:
How to integrate TouchGFX and camera middleware on an STM32N6570-DK
However, I am running into an issue when I try to add SDMMC2 or ETH in the .ioc. After I generate code then build in the IDE, I get the below error:
C://TouchGFXProjects/VisionControlboard2/FSBL/Core/Src/main.c:334:(.text.startup.main+0x12c): undefined reference to `HAL_SD_Init'
C:/ST/STM32CubeIDE_2.0.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.14.3.rel1.win32_1.0.100.202602081740/tools/bin/../lib/gcc/arm-none-eabi/14.3.1/../../../../arm-none-eabi/bin/ld.exe: (HAL_SD_Init): Unknown destination type (ARM/Thumb) in ./Application/User/Core/main.o
C://TouchGFXProjects/VisionControlboard2/FSBL/Core/Src/main.c:334:(.text.startup.main+0x12c): dangerous relocation: unsupported relocation
Project in link below:
https://app.box.com/s/bdbyzi5eqvqhgib90klxgehmhs8pkyns
What is the best method to get this resolved? I am using STM32CubeIDE Version 2.1.1, CubeMX Version 6.17.0
Thank you
