• getkey on serial2
    Hello friends, i want to getkey on serial 2 (ASC1) of my xc161cj, someone could help me? I know that i have to replace C function _getkey(), but what interrupt?How can i receive the interrupt, or read...
  • getkey on serial2
    Hello friends, i want to getkey on serial 2 (ASC1) of my xc161cj, someone could help me? I know that i have to replace C function _getkey(), but what interrupt?How can i receive the interrupt, or read...
  • Still confused
    I understood why PINSEL0 is used for P0_15 & PINSEL1 is used for P0_16 . I tend to get confused when i see different codes being used for different Application notes. PINSEL0 |= 0x00050000; ...
  • Still confused
    I understood why PINSEL0 is used for P0_15 & PINSEL1 is used for P0_16 . I tend to get confused when i see different codes being used for different Application notes. PINSEL0 |= 0x00050000; ...
  • no_semihosting - sys_open still referenced
    Hi I am implement a project on the microsemi cortex M3 ARM with the RTX OS and the TCP stack. I have spend hours reading through posts on the forum and web about implementing no_semihosting and...