• monitor creation for uv2
    Hi! I try to use uVision2 for a c167 target application that was fine with uVision1.31 and associated dscope. My problem is in the monitor creation for the debugger. I created an user monitor accordingly...
  • Library Creation
    Hello people, I have a created my project as a Library File by selecting Options for Target --> Output ---> Create Library . Now the purpose of Library is to hide away the Source Code from the Customer...
  • C166:XC2785
    I write simple code for toggle PORT2.0 of xc2785 in keil simulator. when i start the simulator,the IO port not toggled. this is my IO port setting. Some thing is wrong in the (Peripheral/IO-ports...
  • c166 for pwm
    how to start using c166 to generating pwm?
  • C166 Compiler
    /* file1.c */ static void StaticFunction(void); void main(void) { StaticFunction(); } void StaticFunction(void) { /* something */ } /* file2.c */ void SomeFunction(void) { StaticFunction...