• PROBLEMS WITH MACROS WHEN DEBUGGING
    When I am debugging an assembler module in uVison2 v2.40 and I set a breakpoint in a macro (standard macro), the debugger executes all instruccions in that macro unless the last instruction. But...
  • Debug information with A51 and macros
    Is anybody try to debug assembler code with MPL macros. In the source window, line in file is not correct adress instructions. I sent 2 email to Keil about three weeks and I haven't any answer. Also...
  • MACRO
    Hello, May I know if the code as shown below works? -------------------------------------------- #pragma src void main(void){ #pragma asm myMacro MACRO MOV R1, #01 MOV R2, #02 MOV R3,...
  • method to avoid global variables
    I want to know method, How to avoid global variable in c microcontroller programing? or method to make global variable invisible. Is there any perticular functions in built in c library?, that could...
  • about represent and develop method.
    I have been designing embedded system for several years. yet I haven't found good books on develop method, and how to represent the system in diagram so that I can gradually break a big taks into small...