各位兄弟:
我用的是PIC30F5013, 用C语言在程序中设置OSCCON设置时钟参数时,发现不起作用,数据没有变化?
数据手册上说:
To write to the OSCCON low byte, the following code sequence must be executed without any
other instructions in between:
Byte Write 0x46 to OSCCONL
Byte Write 0x57 to OSCCONL
可是在C语言里面怎么对OSCCONL进行读写,怎么对OSCCON的低8位进行一次的操作写进0x46,请多多指教!
多谢! |