ns delay

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
emrekaya
Posts: 7
Joined: Thu Aug 02, 2007 8:13 pm

ns delay

Post 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..

User avatar
Steve
Matrix Staff
Posts: 3433
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times

Re: ns delay

Post by Steve »

You will need to use your own assembly code to create nanosecond delays.

Post Reply