• Real time app problem
    Hi all I am using the Infineon C167 Microcontroller with Keil Environment for an Ignition Controller application. I capture positive transition of the input signal at the CapCom unit and generate, service...
  • Real time app problem
    Hi all I am using the Infineon C167 Microcontroller with Keil Environment for an Ignition Controller application. I capture positive transition of the input signal at the CapCom unit and generate, service...
  • FPU problem
    When I enable FPU in compiler option,My equation result is wrong. 0 + 0 = 0 but I see -107374176 ! (byte view: 0xCCCCCCCC) Code: typedef struct { uint16_t year; uint8_t tA; uint8_t tB; uint8_t...
  • FPU problem
    When I enable FPU in compiler option,My equation result is wrong. 0 + 0 = 0 but I see -107374176 ! (byte view: 0xCCCCCCCC) Code: typedef struct { uint16_t year; uint8_t tA; uint8_t tB; uint8_t...
  • Configured sampling time does not match with real sampling time
    I'm working in a Project. We have bought the MCBstm32F400 Dev. Board. I haved configured the ADC sampling time equal to 1MSPS as follows: System clock =30MHz(HSI) SPB preescaler = 1-> PCLK ...