• PWM
    Hello all, I am new to microcontroller and to this forum.It seems I have a conceptional problem in PWM generation. My Idea is:PWM module gemnarates a square wave which has the peak value 5 volt and...
  • pwm
    I am new to XC164 and to PWM. I am trying to control some DC motors. Does anybody has any software examples on how to implement PWMs on CAPCOM1/2 and CAPCOM6 on XC164 micro? Also, does anybody know...
  • tips on final year project
    hello i have an idea in my mind for my final year project and need some help from you. we are doing a project in the embedded system field. we are doing a flood monitoring system using zigbee.this...
  • C51 tip - optimising MAKEDWORD()
    I often use MAKEWORD and MAKEDWORD macros, which are defined to construct longer types from multiple shorter ones. e.g. - #define MAKEWORD( h, l ) \ ( ( ( WORD )( h ) << 8 ) | ( BYTE )( l ) ) ...
  • PWM XC167
    Hello I have a problem with the PWM (CAPCOM6) (XC167). so does my code But I can not with the Oscilloskop to measure what I have set, I get something else to see. I believe that: 1: Port1 used...