• trace function
    Hi , i have a problem with the trace function in keil he requiers a version off ST-Link /V2 ... and later can you help me !
  • sprintf && struct
    Hi All, I have following struct: struct timedate{ unsigned char sec; // 00 to 59 unsigned char min; // 00 to 59 unsigned char hrs; // 00 to 23 unsigned char date; // 01 to 31 unsigned char...
  • struct and pointer
    hi, i need a solution on how to read a struct which includes serveral types of vars with a pointer of type char. example: struct test { char a; int b; int c; char d; }; struct test s_test;...
  • misbehaving struct
    hi, I have a program which is divided into 4 banks each of 32KBytes... Now in the common area(main.c) i have delared a struct as following.. main.c struct foo { float a; char b; }; ...
  • how can define a sfr var in a union or struct?
    How can define a union or a struct,and the member is a sfr register?such as pre union or struct { unsigned long dwData; unsigned char bData[4]; } /pre How can let the bData[4] used the sfr...