We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
here is my a2l file:
ASAP2_VERSION 1 61 /begin PROJECT ProjectName "STM32F767Zi XCP Example" /begin MODULE ModuleName "NUCLEO_XCP_SLAVE" /begin MEASUREMENT Temperature FLOAT DISPLAY_IDENTIFIER Temperature ECU_ADDRESS 0x1000 FORMAT "%.2f" UNIT "degC" /end MEASUREMENT /begin MEASUREMENT ButtonStatus UBYTE DISPLAY_IDENTIFIER ButtonStatus ECU_ADDRESS 0x2000 FORMAT "%1d" /begin COMPU_METHOD ButtonStatusText VERBAL COMPU_TAB_REF ButtonStatusTable /end COMPU_METHOD /end MEASUREMENT /begin COMPU_VTAB ButtonStatusTable TAB_VERB 2 0 "Not Pressed" 1 "Pressed" /end COMPU_VTAB /end MODULE /end PROJECT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
here is my a2l file:
The text was updated successfully, but these errors were encountered: