• 3rd IRAM are definition. Is it possible?
    Hello, I am using the LPC2387. Total SRAM is 98KB in 3 memory areas (64kB SRAM, 16kB SRAM Ethernet, 16kB SRAM for USB and general purpose use). I can only set 2 RAM memory areas in the Target window...
  • global variable space, IRAM
    Every so often I chase memory overflows (IRAM or variable space) and I never remember where the settings are that need to be changed. I added a global structure array that caused my code not to even...
  • bank switch in IRAM (for TDK73S1121)
    Dear Sir, I'm handling one project using chip TDK73S1121, which is 8052 core. There are 7 bank in IRAM (from 0028H to 0067H, total 64 bytes). However, I don't know how to switch to these banks and...
  • Xhuge Pointer Writing to System Stack in IRAM Area
    Hi Everyone, I'm using xhuge pointers to reprogram the code storage flash devices on my target hardware while it's in operation and have run across something I don't understand. I reviewed Keil appnote...
  • Bootloader Jump Code not working
    I am working on a boot loader for a STM32F103 (Cortex M3) and I cannot get the jump code to work properly. I am fairly new to ARM and I have exhausted my knowledge in trying to fix this. This is what...