필터 지우기
필터 지우기

Call C function writed in unstandard C

조회 수: 1 (최근 30일)
xian zhao
xian zhao 2018년 4월 4일
There is a function writed in C, and it's used as a device drive, so there is a header file included to specify the device. I try the legacy_code to call the function and want to generate_for_sim. Unfortunately, never success and the error is "unknown charater "0x40". Maybe this is because the VS don't know @ which is defined by Code Warrior
%header file
struct {
byte :1;
byte grpPSEL_1 :7;
} MergedBits;
} HPRIOSTR;
extern volatile HPRIOSTR _HPRIO @(REG_BASE + 0x0000001FUL);

답변 (0개)

카테고리

Help CenterFile Exchange에서 元胞数组에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!