This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

87C552 PWM assemblly code

I am using Keil 2 to run a program (a servo driven robotic arm) for the 87C552, I downloaded an example for the PWM usage from Keil.com, in C which works grand, but the compiler does not recognise any PWM refernces in assemblly.

Why is this ?

Is there any way around it?

Parents
  • All signns point to you having fraternal twins in your .a51 code both the 'default' SFRdef and, when added the 552 SFRdef.
    I do not know about using the 'canned' versions, but I need to insert
    $NOMOD51
    Before including my SFR definition file in .a51 modules.

    Try it

    Erik

Reply
  • All signns point to you having fraternal twins in your .a51 code both the 'default' SFRdef and, when added the 552 SFRdef.
    I do not know about using the 'canned' versions, but I need to insert
    $NOMOD51
    Before including my SFR definition file in .a51 modules.

    Try it

    Erik

Children