• PWM flash trouble
    I try to create a simple PWM signal, I've unchecked "use memory layout from target dialog" from L166 Locate from uvision options and everything works perfect if i run from ram memory, but if run from...
  • Mega trouble with mega flash!
    Hello, I am working with a Samsung K9F1G08Q0A flash (128MB). I have an interesting and frustrating problem: I can program even pages, but non-even pages are programmed a little and then filled with...
  • Trouble accessing memory mapped devices
    Hi, I was wondering if anyone could provide help with the following: Basically I am trying to acces a memory mapped device at location 0x8000H. (I have other devices at other locations also such...
  • Shaft encoder trouble
    I am trying to write some code for speed measurement via an encoder integrated in an electric motor. The encoder gives 64 pulses per revolution. And from the manual it should be possible to calculate...
  • Trouble with AT89S8252 programming
    Hi all, I'm new to 8051, have written this simple program, please see if this is correct #include <AT89S8252.h> void wait (void) { ; } void main( void ) { unsigned int i; P1 = 0; ...