Page 1 of 1

ns delay

Posted: Wed Apr 08, 2009 7:29 pm
by emrekaya
Hi

For my DAC project i am using a dac8043 (about 4.13 mhz max clock) and 18f252 (40mhz)

as the dac module doesn't support 40 mhz i have to change the clock manually with 120ns delays during 12 bit serial bit banging.

is there an internal routine for ns delay in flowcode or should a i do this in assembler mode ? (like NOPs or using a 10 cycle null operation)

Thanks..

Re: ns delay

Posted: Thu Apr 09, 2009 7:36 am
by Steve
You will need to use your own assembly code to create nanosecond delays.