• XC167 ASC Interrupt, ASCx_RIC
    I am attempting to use an interrupt to service data received from ASC1. I cannot find information on setting the ASCx_RIC register in the Infineon manuals. I have found some examples that use values...
  • XC167 ASC Interrupt, ASCx_RIC
    I am attempting to use an interrupt to service data received from ASC1. I cannot find information on setting the ASCx_RIC register in the Infineon manuals. I have found some examples that use values...
  • How to retrieve data from a DPTR(16 bits) when registers are only 8bits
    Hi All, I'm facing a problem with assembly coding here.. CSEG AT 0100H LABEL: DB "TESTING TESTING 1 2 3]" TRANS: MOV DPTR,#LABEL ;load data pointer with LABEL's address MOV R0,DPL LJMP SEND_TO_TXD...
  • How to retrieve data from a DPTR(16 bits) when registers are only 8bits
    Hi All, I'm facing a problem with assembly coding here.. CSEG AT 0100H LABEL: DB "TESTING TESTING 1 2 3]" TRANS: MOV DPTR,#LABEL ;load data pointer with LABEL's address MOV R0,DPL LJMP SEND_TO_TXD...
  • c dode for 24bit*8bit multiplication,result of 32bit should be divided by 32 bit
    i want to multiply 24bit value which i get from spi ,i stored it in an array of 3byte & i want to multiply with a constant of 8bit,the result i get which is a 32bit has to be divided with a constant...