• ST-link doesnt run the MCU after programming and reset in KEIL 5.33
    Hello, I have updated my KEIL from 5.15 to 5.33. In KEIL 5.15 I set Reset and Run option in Flash->Configure Flash Tools->Debug( Selecting St-link) Settings->flash download and after programming...
  • ST-link doesnt run the MCU after programming and reset in KEIL 5.33
    Hello, I have updated my KEIL from 5.15 to 5.33. In KEIL 5.15 I set Reset and Run option in Flash->Configure Flash Tools->Debug( Selecting St-link) Settings->flash download and after programming...
  • The SBUF doesnt write the value received into the rcx Array
    The code below doesnt work properly when i burn it into the AT89S52 micro controller. From debugging, the Value of SBUF isn't writing into the array. can any tell me what i did wrong? #include <reg51...
  • The SBUF doesnt write the value received into the rcx Array
    The code below doesnt work properly when i burn it into the AT89S52 micro controller. From debugging, the Value of SBUF isn't writing into the array. can any tell me what i did wrong? #include <reg51...
  • code doesnt execute properly
    I have seembled an asembly program and linked its .obj file to the .obj of compild c source file through command line . This assembly function is called from a c source code,but I face a problem that...