Solved
stm32f7xx_hal.h: No such file or directory; HAL_Init();
- June 20, 2024
- 4 replies
- 2157 views
Background:
1. STM32CubeMX 6.10.0
2. Test DMA in UART.
3. Using STM32CUBEMX to generate codes.
Questions:
1. I found the project did not includes source codes.
2. The HAL_Init(); is in the main function but it did not have source codes to support.
3. I also click copy all used libraries into the project folder but it still can't work.
Attached is for your reference, might need your help to solve this issue. Thank you.
