• PORT6 momentary pulled low during Reset
    Hello, I am running an application where an external reset from a WDT generates a reset on an ST10F168. When the reset occurs, all of PORT6 on the device is momenterally pulled low, then is pulled high...
  • PORT6 momentary pulled low during Reset
    Hello, I am running an application where an external reset from a WDT generates a reset on an ST10F168. When the reset occurs, all of PORT6 on the device is momenterally pulled low, then is pulled high...
  • How do I define a bit number as a symbol?
    Using the A51 assembler for 8051 based products (actually an 80C320) how do I create a symbol representing a bit number which I can subsequently use in setb acc.bitnum type instructions? I'm trying...
  • How do I define a bit number as a symbol?
    Using the A51 assembler for 8051 based products (actually an 80C320) how do I create a symbol representing a bit number which I can subsequently use in setb acc.bitnum type instructions? I'm trying...
  • How to read flash in C - c8051F020
    Hi, the problem is that the compiler uses MOVX instead of MOVC when I'm reading the rom, of course it doesn't work. There's no problem to write the flash. I don't want to add an assembly routine. Is...