MATLAB coder- single precision conversion issue
이전 댓글 표시
Hello,
I am trying to generate C code of my trained SVM model. The code is generated successfully when I dont choose any of the options in the beginning of the coder page like >fixed point conversion or >single precision conversion. But I strangely find 64 bit variables defined in the generated code although when I chose ARM cortex M while generating the code which is 32 bit and causes writing out of memory range issues when tried to run it on IAR embedded workbench IDE. So I wanted to try out code generation by selecting the single precision conversion in the beginning but turns out that the coder doesn't like something and gives the following error. Please help with how i can resolve it. Thank you.
Regards,
Nikhil
댓글 수: 1
dpb
2019년 3월 27일
For rapid response for a more niche product I'd suggest you submit an support request to official TMW support <support@mathworks.com> works or use link at top of page.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 ARM Cortex-M Processors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!