I am using the intrinsic function __delay_cycles(); Is there anyway to use a variable with this function instead of a constant?? for example __delay_cycles(time); instead of __delay_cycles(1000); every time I try using a variable I get an error. Is there another intrinsic function that delays clock cycles but uses a variable instead of a constant??
-Mike