• Fast navigate using "Last position"
    Hi, how to fast navigate in uVision 2.x IDE *.c source files? Something like in Visual Basic, when you right mouse click on source code, you can see "Last position" sub menu and use it back previous...
  • Fast navigate using "Last position"
    Hi, how to fast navigate in uVision 2.x IDE *.c source files? Something like in Visual Basic, when you right mouse click on source code, you can see "Last position" sub menu and use it back previous...
  • Code checksum to the last 3 bytes in the flash on Cortex-M3
    Hi,all, How can I put the Code checksum to the last 3 bytes in the Rom on Cortex-M3? I know I need to do it in the linker file. Thanks
  • Code checksum to the last 3 bytes in the flash on Cortex-M3
    Hi,all, How can I put the Code checksum to the last 3 bytes in the Rom on Cortex-M3? I know I need to do it in the linker file. Thanks
  • volatile variable position in the stack (ABI std)
    Hello everyone, when i'm mixing c code with assembly for cortex m3 processor, I have something that i do not fully understand. My code behave like this: int a=2; int b=3; volatile int r=8; ...