밑에 처럼 이런 에러가 나는데요..
"raised exception class EPrivilige with message
'Privileged instruction'."
바로 밑에 이 함수를 부르면요.
iic_write_with_offset(n_sad,regaddr,@regdata,1);
이 함수는 아래와 같아요..
function iic_write_with_offset(device_address:BYTE; offset:BYTE; data:pBYTE; data_length:integer):
Boolean;stdcall;external 'iic_dll1_1.dll' name '_iic_write_with_offset@16';
왜 이런 에러가 날까요?
혹시 조금이라도 도움이 될만한 책이나 자료라도 없을까요?