Simulink Make Error: MemUnit_T is undefined
이전 댓글 표시
Hello everyone,
i'm currently experimenting with an STM32F401 Discovery Board. I successfully installed the embedded Target files and want to try out some of the shipped PIL Demonstration models. I can get to the point where C-Files are created and make is being executed. Then i get an error (from the Compiler itself) saying MemUnit_T is undefined .
Has anyone ever had this type of error? I can't find a single result on google.
OS: Windows 8.1
MATLAB Version: R2014a (i actually downloaded it just yesterday)
Toolchain: KEIL MDK 5
채택된 답변
추가 답변 (1개)
Pascal REYNAUD
2014년 4월 22일
0 개 추천
Hi Marc,
MemUnit_T is a preprocessor symbol that must be defined in your project settings.
You just have to add MemUnit_T=uint8_T to preprocessor symbol definition.
Best regards
pascal
카테고리
도움말 센터 및 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!