• Problem passing pointer argument to reentrant function
    Hi All, TARGET I am using C51 tools to compile a simple app for an ST uPSD33xx. OUTLINE The problem I am experiencing maifests itself as an incorrect value in a pointer passed as an argument...
  • Problem passing pointer argument to reentrant function
    Hi All, TARGET I am using C51 tools to compile a simple app for an ST uPSD33xx. OUTLINE The problem I am experiencing maifests itself as an incorrect value in a pointer passed as an argument...
  • Support for calling through function pointer tables
    Hi, does anyone know if Keil has added support for calls through a function pointer table, or if they are about to do so? Right now it is a bomb, especially when using banked memory. /Christian...
  • Support for calling through function pointer tables
    Hi, does anyone know if Keil has added support for calls through a function pointer table, or if they are about to do so? Right now it is a bomb, especially when using banked memory. /Christian...
  • Function argument getting modified by function
    I am passing an array to a function to sort it and return the median value. I do not want the global array to be sorted. I only want the array to be sorted within the function. I thought that when a variable...