Other Parts Discussed in Thread: SIMPLICITI
Hi all,
I need to write a delay function for CC1110 (IAR Embedded Workbench). For 1ms delay (CLK is 26MHz), I need to write 26000 asm("NOP"); ? Writing a FOR cycle, how many times the cycle should executed (for 1ms delay)?
can someone help me please?