• C51: SPI isn't latching in any data
    Hello everyone, I am currently working on a project which involves communication between an Infineon XC888 with a TI ADS1256 (ADC) using an SPI Interface. I can successfully send commands to...
  • C51: SPI isn't latching in any data
    Hello everyone, I am currently working on a project which involves communication between an Infineon XC888 with a TI ADS1256 (ADC) using an SPI Interface. I can successfully send commands to...
  • Bank switch code reads port, not latch.
    The sample L51_BANK.A51 module uses the following code to determine the current bank: ?B_BANK&N: MOV A,?B_CURRENTBANK ANL A,#?B_MASK CJNE A,#BANK&N,XLABEL ; etc... For 8051 compatible devices...
  • Bank switch code reads port, not latch.
    The sample L51_BANK.A51 module uses the following code to determine the current bank: ?B_BANK&N: MOV A,?B_CURRENTBANK ANL A,#?B_MASK CJNE A,#BANK&N,XLABEL ; etc... For 8051 compatible devices...
  • PORTS,PINS,LATCH
    WHAT IS MEANT BY READING PORTS,PINS AND LATCH WHEN DO WE READ AN INDIVIDAUL IN APPLICATIONS.