• Double precision maths library
    Has anyone any idea where I can get a double precision maths library which will work with the Keil C51 compiler.
  • how to enable double floating point (DFP) FPU function for STM32F769?
    Hi all, Recently I got an 32F769IDISCOVERY evaluation board for STM32F769NIH6, the device claims to support ARM® double-precision and single-precision data-processing instructions. But when I...
  • FPU usage on MCBSTM32F400 with uVision
    Dear sir or madam, Due to a project using your STM32F407 microcontroller I’ve recently purchased the evaluation board MCBSTM32F400 and downloaded the MDK-ARM lite IDE uVision 4.70.0.0. So far...
  • User Stack Pointer Corruption with Double Precision Arithmetic
    When using C167 simulation and double precision arithmetic, I ran into a problem. Things didn't seem to be working properly, so I inspected the generated assembly and found that the user stack pointer...
  • 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...