• Accessing and manipulating external variable
    hai all, i am doing small programs for how do we accessing and manipulating external variable data from assembler file(A51 file). i have declared one external variable in another file like extern...
  • external code variable
    Hello, We are using PK51 for our project using code banking technique. For this we have created 3 source files, 1. One is for common area which contains time ISR, Serial Part ISR and function...
  • Use External Ram for variable
    Hi, i'm working with STR710FZ2, now i have converted my project from CARM to REALVIEW. I use: - on_chip IRAM1 for internal variable, - on_chip IRAM2 for RAM function My problem is that i want...
  • Problem on debugger with extern variable
    Hello everybody, I have a problem with a global variable. This variable is declared as extern. It is reset to 0 automatically inside the Keil µVisionb 4 debugger when used in a function written in...
  • Uncalled segment due to external variable?
    I know you have many discussions about warning L16 but I couldn't find one that would match with my problem below. I got a warning L16: uncalled segment - SEGMENT: ?PR?API_module2?MODULE2 which my...