• code banking - ?B_SWITCHn function problem
    Dear all, I compile my code banking, and found some errors. The error happen when compiler want to generate the ; Generate ?B_SWITCHn functions CNT SET 0 REPT ?B_NBANKS BANK %CNT SWITCH ...
  • 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...
  • C8051F120 code banking and data banking
    How to use on-chip code banking and off-chip data banking for C8051F120 device from SiLABS.
  • Code banking & XDATA banking together
    Hello, We are working on a project having 2 code banking with using 128K Flash, External SRAM 32k is used for XDATA; can we increase the SRAM by 128K; Can we use code banking with XDATA banking...
  • Function pointers
    Hello all, We have a strange problem. During execution of a function, the control goes to some different line in a different function, without making a call it... I will try to explain the scenario...