which coder setting I should use in order to generate c code for STM32F405 core: Arm Cortex-M4
1 次查看(过去 30 天)
显示 更早的评论
I am using the c coder in order to generate a c code for STM32F405 core: Arm Cortex-M4. I would like to know if there is a way to force matlab to use the float functions and not the double functions in math.h (sinf and not sin, sqrtf and not sqrt etc.)
how should I define the coder's settings so the c code will be generated as described above? Appreciate your help, Vera
0 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!