• Event viewer doesn't work
    I am using uVision 4.73 Event viewer doesn't work when I am simulating RL-RTX example projects. Is event viewer only functional during target debug with ULINK or during simulation also? Is that normal...
  • printf on 2nd serial interface?
    Hi, I am looking for examples in programming the 2nd serial interface.I get data on ser0 and have to send it to ser1. Who can help me???
  • measuring time between two events ...?????
    Hi there... I would like to measure the time between two events. I think, I must use a timer in "counter mode" If I am on the right track..here goes my code: #include <REG167.H> #include...
  • EX1IN on XC164CS doesn't work??
    // interrupt service routine void INT_viEx1(void) interrupt CC1_CC9INT { //never reach this routine } void main(void) { DP1H_P1 = 0; // set direction of port EXISEL0 = 0x0000; EXICON...
  • printf doesn't work
    Hello, I've a project with two targets, the XC167CI and the C167CR-LM. But if I want the program to print some information with printf, it doesn't work (flash version and sumulationon the XC167CI and...