lee_ Community Member

  • Member since Oct 30th 2024

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • lee_ -

    Replied to the thread SES can not live watch variables when target is runing.

    Post
    I found some clues about this issue. (1) When I use __attribute__((section(".noncacheable"))) to assign some variables, the watch function is valid and can be updated when the mcu is running. exp: __attribute__((section(".noncacheable"))) int…
  • lee_ -

    Posted the thread SES can not live watch variables when target is runing.

    Thread
    when I am using SES8.18+Jlink to debug a RISC-V MCU(HPM6284). I added some global variables to the watch window and set the refresh rate to twice a second. In fact, the variables are refreshed only when the target stopped. When the target on running, the…