Would you like to react to this message? Create an account in a few clicks or log in to continue.

You are not connected. Please login or register

When or How the Watch List of the MCU Monitor is Saved?

2 posters

Go down  Message [Page 1 of 1]

KerimF

KerimF

SimulIDE-R1741_Win32

While working with ATmega8, I couldn’t find how (or when, exactly) the register’s watch list of the MCU monitor could be saved.

Saving the schematic of the MCU may or may not save its updated list. And if it is saved, the saved list may not be the last updated one when the schematic is saved (and simulIDE is closed or not).

arcachofo

arcachofo

The watch list is saved with the circuit.

You can see it in the .sim1 file, in the "varlist" element:
Code:
<item itemtype="MCU" CircId="mega328-2" ...  Clk_Out="false" varList=",DDRB,PORTB,,TCCR2A,TCCR2B,TIFR2,TIMSK2,TCNT2" SerialMon="-1" />

Saving the schematic of the MCU may or may not save its updated list. And if it is saved, the saved list may not be the last updated one when the schematic is saved
I will have a look.

KerimF

KerimF

arcachofo wrote:The watch list is saved with the circuit.

You can see it in the .sim1 file, in the "varlist" element:
Code:
<item itemtype="MCU" CircId="mega328-2" ...  Clk_Out="false" varList=",DDRB,PORTB,,TCCR2A,TCCR2B,TIFR2,TIMSK2,TCNT2" SerialMon="-1" />

Thank you.
At least now, the 'varList' could be set manually, when necessary.

arcachofo

arcachofo

You can also save and load a "varSet".
So you can have several sets to use for one circuit or use the same set for different circuits.

Right-click in the Register list and select from  the context menu:

When or How the Watch List of the MCU Monitor is Saved? Varlis10

KerimF likes this post

KerimF

KerimF

arcachofo wrote:You can also save and load a "varSet".
So you can have several sets to use for one circuit or use the same set for different circuits.

Right-click in the Register list and select from  the context menu:

Thank you.
I missed it while I use this submenu a lot to delete/clear some entries!
It seems I need new glasses Smile

arcachofo

arcachofo

I missed it while I use this submenu a lot to delete/clear some entries!
It seems I need new glasses
It is incredible how we can focus in one thing and just ignore everything else.

Few days ago a microcontroller was not running at all and I wasted a lot of time wondering why.
Several times I opened the properties dialog showing Frequency = 0, but I didn't see it...

It happens all the time, but this time was during a live-stream... Embarassed

KerimF likes this post

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum