• about ulink2
    Can keil ulink2 simulate C167 devices? I think C167 isn't supported by it for C167 have not a OCDS port. If can, please tell me how to connect ulink to C167.
  • about ST10F276 flash programming
    Dear All Could somebody give me a code snippet to show how ST10F276 flash programming is done? I programmed ST10F271 and ST10F272 Flash contents to save configuration data. But when I switched to...
  • Question about PEC
    Hi again, I am using C167. I am using PEC for AD-conversion. I configure PEC as follows: ADCIC = 0x007B; PECC3 = 0x00FF; SRCP3 = (int) (&ADDAT); DSTP3 = (int) (&P3); ADCON = 0x0090; I works...
  • About the address locate of the GPRs.
    Hello,everyone. Now I use the uVsion to compile the C code of my C167. But I don't know how to change the default setting of the address location as "0FC00-0FC1F" for the GRPs to other address range...
  • about the reserved address of C164
    Hello every one. Now I want to use the C164CI. In many examples, it always set the address 04h-1FFh as reserved. I don't know why, can you tell me?Thanks.