• Can I save uVision4 configurations ?
    Hello, My question is about uVision4. Can I save/load (export/import) uVision4 configurations ? That is, editor settings, colors & fonts, templates, and so on. Thank you.
  • How can I save the value of SFR?
    Hi,all! I can see the value of SFR in the register window, and I can save the value of R0~R7 to a file in HEX format by the debug commond(SAVE). But the debug commond does not apply to R8~R15. If I want...
  • How can I save my watchpoints
    Each time after I end debug the variable I typed in the watch #1 window will not be restored when I start debug next time. I try changing the item -"Watchpoints & PA" in the debug tag,but it also does...
  • how to force constants into hconst
    I am having a bit of a problem with constant arrays on the ds80c400 i.e. char y[] = {1,2,3,4}; Note: the ds80c400 has a 16M contiguous memory map. example 1: in the following code the array is...
  • How to Save the PC Samples
    Hi Everyone, I am trying to profile a program using the ST-LINK board. Since it doesn't have access to ETM frame, I am using the SWO for the program counter sampling. Now, I can see the PC samples...