-
Hi, When I complie some sample code to test CORDIC functions from a SimpleFOS discussion in Arduino V2.3 it does not link the CORDIC functions.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @beaka So add a |
Beta Was this translation helpful? Give feedback.
Hi @beaka
you have to enable the HAL CORDIC module:
https://github.com/stm32duino/Arduino_Core_STM32/wiki/HAL-configuration#hal-configuration
So add a
hal_conf_extra.h
with#define HAL_CORDIC_MODULE_ENABLED