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!