• Execute Program from internal SRAM
    Hi to everyone I have a question about execute my program from internal RAM during the firmware development process. please help me if possible with a clear doc or example thanks.
  • Execute Program from internal SRAM
    Hi to everyone I have a question about execute my program from internal RAM during the firmware development process. please help me if possible with a clear doc or example thanks.
  • Using external SRAM for Program Memory
    Hi all, i'm using the XC161CJ with 128kB on-chip Flash and 2MB battery-buffered SRAM located from 0x400000 to 0x5FFFFF. I'm running out of Flash so I'm about to add external flash in addition. Can...
  • Using external SRAM for Program Memory
    Hi all, i'm using the XC161CJ with 128kB on-chip Flash and 2MB battery-buffered SRAM located from 0x400000 to 0x5FFFFF. I'm running out of Flash so I'm about to add external flash in addition. Can...
  • can I move a C function to sram from program memory?
    Hello, for example: there are stand alone function in program memory, it doesn't include another function(s), it is not nested, I want to move to sram and to run it there. void MyFunc(void)...