Search Results

Search results 1-2 of 2.

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

  • I've been reading the docs on SystemView. According to the documentation, to use SystemView in the post-mortem mode, you need to connect to the target without resetting, etc.Is this true? I was hoping that I could use SystemView for debug, then, if a unit in the field panics, save the SystemView buffer to a file, download the file later, and figure out what went wrong. It doesn't sound like this is the way the tool works, but I'd like to make sure. David Walker

  • I am trying to write a user script that accepts arguments. From the manual, I see: Quote from Segger: “7.9.9.1 Script.Exec Executes a project file script function. The command currently only supports script functions with void parameter or with up to seven arguments of integer type. Prototype int Script.Exec(const char* sFuncName, __int64 Para1, __int64 Para2,..); ” I defined a dumb function as: C Source Code (4 lines) When I attempt to run this script in the Console window with Script.Exec("com…