Ioannis,


I have not used shiftout before... I have just tried..


Code:
SCK             var portb.6
SDO             var portb.7
shiftout SDO, SCK, 1, [%1100000011110111]
This did not change the osc... still 1Mhz. Is my syntax ok?