• Defining Address Space for Application
    I want to load two different applications into memory. One application will jump to the other. How do you set up the start address in memory and the code size that the compiler will use in generating...
  • Monitor & address windows
    I am using the Keil Monitor to debug my program on a ST10F269. Until recently I used the default monitor configuration for my hardware (Phycore 167HSE, 1MB ROM, 2X 512kB RAM), which is included by Keil...
  • #define - problem
    Hi, for debugging we often use things like: #ifdef MONITOR printf("initialized\n"); #endif Now we had another idea #ifdef MONITOR #define debug_printf printf #else #define debug_printf /...
  • How to define a memory range for the Disassembly window scrollbar
    Hello Forum, when I using the C166 simulator and the Disassembly window in there, I can use its scroll bar to select the disassembled code area in a coarse manner. But only to select a range between...
  • ST10F168 : Internal/External address bus
    Hello, I'm currently working on the ST10F168 and I'm using the external bus to control some RAMs. But when I don't use the external RAMs, the external address bus is still changing. So I...