2022-04-15 09:39 AM
In the C file I made , there is an error when compiling HAL Driver HAL GPIO header and LL FSMC header in GPIOInitTypeDef structure
If I include HAL_GPIO header and LL_FSMC header in my C file, both error occur
2022-04-15 09:48 AM
How can I solve this problem?
2022-04-15 05:28 PM
Include stm32xxxx_hal.h (or main.h)
2022-04-16 04:14 AM
By learning C programming language and compiling process.
https://www.tutorialspoint.com/cprogramming/c_header_files.htm