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

Problems compiling a.51, PWM

I am making a program with the AT89LP214 and I use the PWM property, I find that the datashet is not strict the information to start PWM and the programmable divider is not either, finding wrong information when compiling, someone who knows this microcontroller can tell me something about it ? Thanks a lot.

Parents
  • Hello, I am writing an electronic and computer engineering manual including the 51 family of Intel processors, with the AT89PL214, in a simple program about the PWM functions, it gives me problems in the configuration of the TCON, TCONB and CLKREG register, strange things happen As for example, that PWM is not activated, the COE bit and the frequency dividers do not work, the compiler is clear that this is not a problem, I think it may be the Flash Program loader, do you know how to configure the microcontroller's FUSES from the compiler and not from the program loader?

Reply
  • Hello, I am writing an electronic and computer engineering manual including the 51 family of Intel processors, with the AT89PL214, in a simple program about the PWM functions, it gives me problems in the configuration of the TCON, TCONB and CLKREG register, strange things happen As for example, that PWM is not activated, the COE bit and the frequency dividers do not work, the compiler is clear that this is not a problem, I think it may be the Flash Program loader, do you know how to configure the microcontroller's FUSES from the compiler and not from the program loader?

Children