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