• c51
    After changing a sbit in bdata Anzeigst ACC must be updated before sending the byte to AnzDaten _at_ 0xff86. For one time it's ok. Second and more acc is not updated. What's wrong ? W. Gehling...
  • c51:
    While trying to interface flash SST25VF512 with AT80c51, i find difficulty in Byte program mode of writing to flash. This is the code i used, could somebody who has worked on this please help me...
  • c51
    Hi,everyone!I'm new comer,happy to meet you here.
  • C51: Word Alignment in Keil C51
    How I can turn-on word alignment in Keil C51? I have such definition of USB-descriptors for Cypress EZ-USB chip CY7C68013: const DEVICEDSCR code TestSyncSlave_DeviceDescriptor = { // Device descriptor...
  • c51 bug
    void abc(void) { } ABC() { } main() { abc(); ABC(); }