• A pointer of array (byte *) passing in fixed memory location
    Hi, A C function tries to call a assembly function via the interfacing way of c programs-to-assemnly interface. Founded it's failed and can't use step-into to watch the status of assembly function....
  • A pointer of array (byte *) passing in fixed memory location
    Hi, A C function tries to call a assembly function via the interfacing way of c programs-to-assemnly interface. Founded it's failed and can't use step-into to watch the status of assembly function....
  • Value get changed in function arrgument (fixed memory location)
    dear friend, i have function fSaveData. which is called at depth of 5 void fSaveData( uint8x_t* ucArray, uint16x_t uiStartAddress, uint16x_t uiTotal_Bytes,uint8x_t ucResetFlag) { uint16x_t...
  • Value get changed in function arrgument (fixed memory location)
    dear friend, i have function fSaveData. which is called at depth of 5 void fSaveData( uint8x_t* ucArray, uint16x_t uiStartAddress, uint16x_t uiTotal_Bytes,uint8x_t ucResetFlag) { uint16x_t...
  • How to Link "aeabi" code to a fixed memory location
    Hi, for the bootloader, integrated into the main project, I need to link the "__aeabi_uidivmod" to a fixed location within the bootloader section of my external flash memory. How can I manage...