|
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.
|
Replies: 1 comment 3 replies
|
Hi @beaka So add a |
|
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.
|
|
Hi @beaka So add a |
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.hwith#define HAL_CORDIC_MODULE_ENABLED