Is it possible to output a 457khz square wave and another wave in the hz region at the same time , With a 12f675 and mikro c , I thought about interupts but that stops the original operation,
Nope, not possible. Use a faster chip, the 12F675 with a 20MHz crystal will have only 5 instructions between changing pin states and that will only give you 500kHz, not 457kHz.
Thanks for the replys , I have been on google most of the day and didnt find much , I will try it with a interupt in the code , as i only have 12f675 on hand , If no good will lokk at a faster/ different chip
You can run the pic with a 475khz external clock source... Then do the other frequency with a timer... OSC2 can output the 475khz and any other pin can do the slower frequency...