• structure with c163
    hello, I use a c163 and I try to create a simple PWM signal, so i've created a structure with the members i need(positive duty ,negative duty and period) everything works perfect when i run from ram...
  • Structure of C_INITSEC
    hello, I have to initialize static variables residing in sdata after setting bit XPEN in main() by myself, because in our system it is not possible to set bit XPEN prior to the initialization loop...
  • Size of a structure
    Hi, Question about sizeof() function : typedef struct _TABLE_1 { unsigned char Table[10]; unsigned long ; unsigned long ; unsigned long ; unsigned char ; unsigned char ; unsigned char ;...
  • bad structure declaration?
    i'm trying to create an array of structures but when i make more than a handful my robot doesn't work. so in main.h i have typedef struct SPid { int dState; // Last position input int iState;...
  • DOS File structure
    Dear reader, I'm looking for some technical details about an IDE/ATA harddrive interface .. Is there someone that has already interfaced a harddisk or flashdisk onto the C167/C166 ? What about FAT16...