• KeilC51 can not compile this code correctly
    hi: I have a code below: char pop_value = 0X80; if(pop_value == 0X80) { pop_value = pop_value;//point 1 } pop_value = pop_value;//point 2 I would have thought the code would jump to point...
  • KeilC51 can not compile this code correctly
    hi: I have a code below: char pop_value = 0X80; if(pop_value == 0X80) { pop_value = pop_value;//point 1 } pop_value = pop_value;//point 2 I would have thought the code would jump to point...
  • Why the link list can not be assignment correctly?
    typedef struct { char * SongName; unsigned char * SongDir; unsigned int SongIndexInGroup; unsigned int SongPlaying; }SongInformation; typedef struct song_link { SongInformation SongInfo; unsigned...
  • Why the link list can not be assignment correctly?
    typedef struct { char * SongName; unsigned char * SongDir; unsigned int SongIndexInGroup; unsigned int SongPlaying; }SongInformation; typedef struct song_link { SongInformation SongInfo; unsigned...
  • help!why my fifowrite wave can't run correctly?
    hello i am having a problem to the gpif with cy7c68013.that is i can't start then fifowrit wave.i use endpoit2 for out bulk,but when trigger then fifowrite,it only at idle but then 'DONE'b bit is asserted...