• high precision timer using AT89S8252
    I am trying to implement a high precision timer using AT89S8252 using the following code: void configureTimer0(void) { EA = 0; TMOD &= 0xf0; TMOD |= 0x01; ET0 =1; TH0 = TH_VAL TL0 = TL_VAL...
  • high precision timer using AT89S8252
    I am trying to implement a high precision timer using AT89S8252 using the following code: void configureTimer0(void) { EA = 0; TMOD &= 0xf0; TMOD |= 0x01; ET0 =1; TH0 = TH_VAL TL0 = TL_VAL...
  • How high is the precision of fixed-point processors for floating-point numbers?
    Recently I came into contact with the DSP processor. I have two questions about the fixed-point processor processing floating-point operations. I developed it in C language. A 16-bit processor. Two floating...
  • How high is the precision of fixed-point processors for floating-point numbers?
    Recently I came into contact with the DSP processor. I have two questions about the fixed-point processor processing floating-point operations. I developed it in C language. A 16-bit processor. Two floating...
  • Division
    Hi, I'm Juan Manuel, I'm using the ADuC7026 with Keil: IDE-Version: µVision3 V3.23 Copyright (c) Keil Elektronik GmbH / Keil Software, Inc. 1995 - 2005 Tool Version Numbers: Toolchain...