• Support for std::thread and other synchronization primitives, e.g. std::mutex...
    I would like to know if any of the compilers/libraries for Cortex-M support the std::thread type (from the <thread> header) or if there is any plan to support that in the near future. I am interested...
  • Stack problems
    I am running this code on an XC161 #include <stdlib.h> #include <string.h> #define WIN_MAXTEXT 128 #define WIN_TEXTLEN 21 typedef struct { int count; int top; char caption[WIN_TEXTLEN+1]; char...
  • TwinCan problem
    Hi everyone, I'm adding the CAN support to a controller using an Infineon XC161 uP. I've used the Dave application from Infineon to set all registers and INT, and I used the generated modules in...
  • Problem with ulink2
    Hi, I'm using keil Ulink2 to program an Infineon XE167 but the flashing programmation is very very slow! With the old Ulink I haven't this problem. I set the Jtag frequency on 10MHz but it's still...
  • PWM problem
    I cannot get PWM signal in P7.1..pls help me MY Program is .. #include <stdio.h> /* standard I/O .h-file */ #include <reg167.h> /* special function register 80C167 */ #include <math.h> a...