19-09-2020, 03:57 PM
IDE does not find implementation of functions.
![[Image: attachment.php?aid=8]](https://www.embitz.org/forum/attachment.php?aid=8)
This is due to conditional compilation. That is, the HAL library uses many such expressions.EmBitz does not support search define in include header files.
This is due to conditional compilation. That is, the HAL library uses many such expressions.
Code:
#ifdef HAL_GPIO_MODULE_ENABLED
// all file code stm32f4xx_hal_gpio.c
#endif /* HAL_GPIO_MODULE_ENABLED */