• port setting
    Hi, I want to use port 2 of 167 on MCB net board for two peripherals, one for keyboard interface and other for lcd interface. Please suggest some code on how to access the same port in parts. regards...
  • external memory settings
    Hello,I use an external flash memory to program the micro c167cs.how should i do setting for compiler? Regards
  • Setting an Application's Execution Address
    I have an application that resides in FLASH, and I want this program to download an application into external RAM. How can I determine, or set, the execution address of the RAM-based application? Thanks...
  • Setting Port Bit with ARTX
    I'm writing a library to set a Port BIT , that can be used on ARTX for xc167 . I use a function with parameters "PortAddr" and "PortBit" : *(PortAddr) |= ( 1<<PortBit ); and analog function for...
  • unable to set breakpoints
    I am debugging a program running in internal flash of an XC161 using ULINK. Here is an example function I want to debug. void BM_CbfCmd(word wNdx, byte bSub) { if(wNdx) {}; if(bSub) {}; //suppress...