• Why does the RTX51_full can not work?
    In the uvision2,I simulate it,It can work.<br> but I load to the target(T89C51RD2&P89C668),<br> It can not work.why?<br> C51 vision is 7.01.<br> RTX51 vision is 5.1.<br> <br> Here is the built info...
  • Why does the RTX51_full can not work?
    In the uvision2,I simulate it,It can work.<br> but I load to the target(T89C51RD2&P89C668),<br> It can not work.why?<br> C51 vision is 7.01.<br> RTX51 vision is 5.1.<br> <br> Here is the built info...
  • Why SMOD does not work
    When I configure uart communication of ADE7169 device(enhanced 8052 core),I encountered a problem that comment out or not the code (MOV PCON,#80H ;Here is not wor)(line 5) does not affect uart's baud...
  • Why SMOD does not work
    When I configure uart communication of ADE7169 device(enhanced 8052 core),I encountered a problem that comment out or not the code (MOV PCON,#80H ;Here is not wor)(line 5) does not affect uart's baud...
  • Why does this piece of assembly not work?
    Hello all, Can you tell mw why this piece of code: LDMDB R13, {R0 - LR}^ NOP MOVS PC, LR // hand over control to task does not update registers R13 and R14 (but does update R0 - R12)? The...