• 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...
  • 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...
  • Action scheduler
    Hello, I am currently exploring the possibilities on how to solve this task: I need to create a scheduler which would be able to schedule a task or an action for a long period (hours, days) e.g...
  • no FPU in memset
    How can I tell the linker/compiler not to use memset/memcpy function which use FPU registers? For example: SCIOPTA allows to limit the use of the FPU for certain tasks (to improve task-switching). Tasks...
  • KEIL Real Time Library
    Has anyone run into an issue with the Keil Real Time libary where the TCP stack cannot be initialized? I am running this on a LPC2468 and if the ethernet circuitry fails on the hardware we have,...