|
|||||||||||
Technical Support On-Line Manuals µVision3 User's Guide µVision3 Overview User Interface Creating Applications Utilities Debugging Debug Commands Debug Functions Creating Functions Invoking Functions Predefined Functions __acos __asin __atan __cos __exp __log __log10 __sin __sqrt __tan _RBYTE _RDOUBLE _RDWORD _RFLOAT _RWORD _sleep_ _TaskRunning_ _WBYTE _WDOUBLE _WDWORD _WFLOAT _WWORD exec execf (Cortex-M) F32ToRawF16 F32ToRawF32 F64ToRawF64 getdbl getint getlong memset printf rand RawF16ToF32 RawF32ToF32 RawF64ToF64 rwatch swatch twatch wwatch User Functions Signal Functions Differences Between µVision3 and C Differences Between µVision3 and dScope Simulation Flash Programming Dialogs Example Programs Command Line Appendix |
Differences Between µVision3 and CThere are a number of differences between ANSI C and the subset of features support in µVision3 debug user and signal functions.
func test (int pa1, int pa2) { /* ANSI type, correct */ /* ... */ } The following K&R style function is not acceptable. func test (pa1, pa2) /* Old K&R style is */ int pa1, pa2; /* not supported */ { /* ... */ } | ||||||||||
|
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.