Cordic Function in L series of STM32
We started using the L series of the ST Micro for a project and found that it does not have CORDIC functions. What is the best way forward? Do we need to implement on our own? Or we have to migrate to G4 series.
We started using the L series of the ST Micro for a project and found that it does not have CORDIC functions. What is the best way forward? Do we need to implement on our own? Or we have to migrate to G4 series.
Hello,
The CORDIC co-processor is exclusively available in the G4 series and offers hardware acceleration for mathematical functions, especially trigonometric ones.
This feature significantly enhances the speed of function calculation compared to software implementation.
However, if you wish to develop a project based on the L4 series, you can refer to the example project based on STM32L452RE available in MCSDK5.4.8 (Please refer to the attached workbench file).
Best regards
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.