• LPC3250 FPU problem with real-time scheduler
    Hi, I have some strange behaviour related to FPU operation. After some time of testing and trying around I have the feeling, that the real-time kernel does not care about the FPU registers of the...
  • LPC3250 FPU problem with real-time scheduler
    Hi, I have some strange behaviour related to FPU operation. After some time of testing and trying around I have the feeling, that the real-time kernel does not care about the FPU registers of the...
  • ARM CM4 FPU execption
    I am looking for FPU exception generation code. If some one share, or suggest some document for the same. Regards Anuj
  • 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...
  • M4F FPU auto-stacking
    I'm debugging Freescale K60(Cortex-M4F). Before main() FPU(Floating-point uint) is enabled, while the hardware function of "FPU registers auto-stacking on exception entry" is disabled. The source code...