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.
Juanje said:I find that the datashet is not strict
That has nothing to do with Keil. You need to contact the chip manufacturer - Microchip, in this case - for support with their products & documentation:
https://www.microchip.com/wwwproducts/en/AT89lp214
ok , is correctly
goog evening
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?
Again, you would need to consult the manufacturers documentation for such details - they are nothing to do with Keil.
Juanje said:51 family of Intel processors
Intel hasn't had anything to do with 8051s - or, indeed, any microcontrollers - for decades!
Is it a history book that you're writing?