Closed davidbitton closed 3 years ago
Just an add-on. I renamed stm32h7xx_hal_msp.c
to stm32h7xx_hal_msp.c.0
. The code compiled and I installed it to the board. However, despite a formatted SD card installed, still a double-blink.
Should be fixed by #3 - reopen if issues found.
I'm receiving errors on build. It appears that several same-name methods are defined in more than one place. Here is where I found the definitions for -- as an example --
void HAL_MspInit(void)
:Most of what I read points to a malformed autogenerated CubeMX Makefile that causes the multiple includes. I'm on macos 10.15.6.
make
output: