Skip to main content
sHong.1
Associate
April 15, 2022
Question

STM32CUBEIDE - I want to use the structure of the HAL driver in the newly created C file.

  • April 15, 2022
  • 3 replies
  • 1669 views

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

This topic has been closed for replies.

3 replies

sHong.1
sHong.1Author
Associate
April 15, 2022

How can I solve this problem?

Pavel A.
April 16, 2022

Include stm32xxxx_hal.h (or main.h)