• Reentrant function problems with memcpy()
    I have a reentrant function that is passed a single parameter as follows: void Filt_QR ( FilterDataType * FilterData ) reentrant { unsigned char aucTemp40[5]; memcpy( aucTemp40, /* void * dest...
  • Reentrant function problems with memcpy()
    I have a reentrant function that is passed a single parameter as follows: void Filt_QR ( FilterDataType * FilterData ) reentrant { unsigned char aucTemp40[5]; memcpy( aucTemp40, /* void * dest...
  • Memcpy
    Hello, I am new to embedded programming, particularly C, and I am trying to write bytes to code memory, within my already executing code. The purpose is to see if I can write a program to program...
  • Memcpy
    Hi,    I'm trying to simulate C and Assembly code on DS-5 Simulator  with Cortex-A8 as a bare metal application on Linux. Im having issue with the memcpy.     Im trying to use Memcpy( a, b, size). Here...
  • Memcpy
    Hi,    I'm trying to simulate C and Assembly code on DS-5 Simulator  with Cortex-A8 as a bare metal application on Linux. Im having issue with the memcpy.     Im trying to use Memcpy( a, b, size). Here...