Hello,
I have a doubt regarding the maximun spi clock. I am using a pic18f45j50 at 48MHz (with PLL). This micro has 1 instruction cycle every 4 clock cycles and the options that i have for setting the spi clock are fosc/4, fosc/16, fosc/64 and timer2/2. Acording to the datasheet the maximun spi clock is 2.25MHz. So, that means that i have to use fosc/64 = 48MHz/64 = 750KHz? or fosc/16 = (48MHz/4)/16 = 750KHz? the fosc are actually the instruction cycles or the clock cycles?
My doubt is basically because the instructions cycles and the clock cycles are diferents.
Thanks in advance!!!!!