• banking without bank switching with SILabs f12x
    I have a unique application that is about to overflow 64k. I can not use bank switching because of the overhead. PLEASE do not reply anything about how small the overhead is - I do not care, there...
  • banking without bank switching with SILabs f12x
    I have a unique application that is about to overflow 64k. I can not use bank switching because of the overhead. PLEASE do not reply anything about how small the overhead is - I do not care, there...
  • regarding banking
    Hi I am to make bank .Each bank size is restricted to 16k . but i want 32 k . because one of my C file ,code size is more than 18k . how can i achive this ? please give me your suggestion thanking...
  • regarding banking
    Hi I am to make bank .Each bank size is restricted to 16k . but i want 32 k . because one of my C file ,code size is more than 18k . how can i achive this ? please give me your suggestion thanking...
  • allocate xdata in bank x (bank switching method)
    hi, is it possible to define a global (extern) structure in xdata memory i.e. bank 4 only ? i want to use the whole xdata ram (except common area) for this struct. i don't want to define a local struct...