• Compiler error "Indirect call: parameters do not fit into registers"
    Hi all, I am new to using KEIL compiler. I am trying to compile a code and got this error. Can anyone explain what this error statement means? Anything to do with code banking? Thanks alot! ...
  • indirect call
    Hello I have a function like this : static int yaffs_WriteChunkToNAND(struct yaffs_DeviceStruct *dev,int chunkInNAND, const __u8 *data, yaffs_Spare *spare) { . . . return dev->writeChunkToNAN...
  • Indirect function calls with code banking
    Hi, Im having some problems with code banking, regarding to passing functions adresses as parameters. for example: void func ( void(*ret_func1)(void), void(*ret_func2)(void)) { . . . if(x...
  • Indirect function calls in banking and LONG_MACRO
    Hi, I have not seen this problem addressed and I have been searching a long time. Perhaps I have just not used the right search terms. I have 8 banks and have regular inter-bank and intra-bank...
  • Indirect addresiing
    If I have to write in the extended memory which occupies same address spcae of sfr, how should I write it? It should be seen while debugging. Regards Sandeep agashe