• intrinsic functions
    The GNU compiler can define intrinsic functions. Is there a mechanism in Keil library or whatever, to allow you to create a function in assembly and tag it as intrinsic? How can you pop a couple...
  • 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...
  • intrinsic function for 32bit multiplication
    hello, are there intrinsic functions available for the XC164 to use the multiply unit of the ALU? For example for calculations like: 16bit x 16bit = 32bit (MUL-instruction)or 32bit / 16bit = 16bit...
  • Intrinsic function and xc16x.h header
    Hello: I'm developing a software for Infineon XC167CI, and I'm using DAvE and Keil uVision2 for it. I cannot get through a problem concerning the intrinsic function _bfld_, whose prototype is: void...
  • Hard fault at misaligned memcpy memset
    we made some simple tests with STM32F100 Value Line Eval Board: //------------------------------------------------------------------------------ // Variables static unsigned char sDstBuf[1024...