• forward declaration of struct
    is there any possibility to make a forward declaration of a struct? typedef struct { word wMe; mh_ts_me *zsOldMe; } mh_ts_me; Thank you ...Leo
  • Slash Unit Testing Time in Embedded Software Regression Testing
    Accurate and efficient tests are essential when developing software for embedded systems, particularly in continuous integration and functional safety flows. Quick pass/fail results from a comprehensive...
  • c166 for pwm
    how to start using c166 to generating pwm?
  • _at_ for C166 ?
    Hello, is for C166 compiler also the instruction _at_ as with 8051 compilers to the direct address assignment? Rgds, Peter
  • C166 preprocessor
    Hi all, Is there an official specification of the Keil C166 preprocessor output? We're currently using 3.12. - Do lines always start with #line or can there be whitespace in front of #line? ...