• Save/Restore (Read/Write) Evaluation Board code (STM32L476G-EVAL)
    Its been a while since I've been on the Keil forums. Not exactly a fan of this new ARM forum format... yet. I am doing a project using a STM32L4xx MCU. While my PCB is out to fab, I will be writing the...
  • DpSel restore
    When dual dptr's are enabled, does the Keil Libraries restore the state of DpSel( the Dptr select register )?
  • uV4 Using Debug Restore Views
    uV4 debugger crashes sometimes when using it with silabs usb debug adapter. It usually resets debug windows layout to default. I notice that there is way to save layouts with "Debug Restore Views". Problem...
  • C51 v8.17 saving/restoring all registers in interrupt function with assembly src
    C51 will generate different code for the following function: void timer1 (void) interrupt 3 { second; #pragma asm clr TF1 #pragma endasm } Compiler v8.08 code (edited) USING 0 timer1...
  • Restoring Resister Values
    Note: This was originally posted on 17th March 2011 at http://forums.arm.com Hi, I am working with Cortex M3 and I wrote a program in which I am calling a C function that is implemented in Assembly language...