Questions tagged [scitools-understand]

4 questions
0
votes
0 answers

IAR RL78 Union - Understand SciTools

I have got issue in Understand from SciTools. Please have a look on this code: #pragma language=extended #define SFR_AT(location) @##location #define dP0 0xFFF00 __SFR_EXTERN__ __saddr __no_init volatile union { …
raptor
  • 1
  • 2
0
votes
2 answers

Symbol "@" in C language

I would like to ask you about assign specific memory adress for variable in C language. I need to setup Understand SciTool software, and I have some issues about it. Please have a look: #define dPU1 0xF0031 __SFR_EXTERN__ __near…
raptor
  • 1
  • 2
0
votes
1 answer

Entity Draw with Understand Python API

I am trying to get each entity to draw a certain type of graph using the Understand Python API. All the inputs are good and the database is opened but the the single item is not drawn. There is no error and no output file. The code is listed below.…
0
votes
1 answer

How to execute Scitools Understand commands from python

I want to execute Scitools Understand commands from python. It has its own shell which can be run using $ ./und and switches to und>. I want to run its commands from python. Any idea how can I do that?