• Nand flash initilisation failed: init_fs returns 0x02
    Nand flash initilisation failed: init_fs returns 0x02 I got lots of problem with nand flash,my working NAND FLASH GETS FORMAT ITSELF BY RETURN VALUE:0X02.i.e Volume Error. Mount failed. For FAT...
  • Nand flash initilisation failed: init_fs returns 0x02
    Nand flash initilisation failed: init_fs returns 0x02 I got lots of problem with nand flash,my working NAND FLASH GETS FORMAT ITSELF BY RETURN VALUE:0X02.i.e Volume Error. Mount failed. For FAT...
  • Problems with static and global variables
    I'm just starting to learn the ins and outs of the Infineon C167CS-40M and have come across a roadblock in my programming. Any time I try to use global or static variables in my ISR, the data in the...
  • Problems with static and global variables
    I'm just starting to learn the ins and outs of the Infineon C167CS-40M and have come across a roadblock in my programming. Any time I try to use global or static variables in my ISR, the data in the...
  • Problem with static variable in the functions.
    Hi all. The source C file is... ============================= void a(void) { static unsigned char var1; ... switch(var1){ ... } } ============================== and the error message...