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

SimulIDE 1.0.0 Tester builds.

+6
TimFisch
dvarkin
Fizik_S
MSABU
Alex68
arcachofo
10 posters

Go to page : Previous  1, 2, 3, 4, 5, 6, 7, 8, 9

Go down  Message [Page 9 of 9]

201SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Wed Mar 01, 2023 6:02 pm

KerimF

KerimF

I used working with SimulIDE_1.0.1-R1386_Win32 to debug assembly codes (avrasm2).

Today, I tried using SimulIDE_1.0.0-R1290_Win32 instead.
Everything went on okay. But every time I started the debugger (step-by-step or run) the program freezes (repeatable).
This doesn’t happen with SimulIDE_1.0.1-R1386_Win32.

I attached the files ‘asm’, ‘hex’, ‘lst’ and ‘sim1’ of REG_11_v1.
Attachments
SimulIDE 1.0.0 Tester builds. - Page 9 AttachmentREG_11_v1_asm.zip
You don't have permission to download attachments.
(33 Kb) Downloaded 4 times
SimulIDE 1.0.0 Tester builds. - Page 9 AttachmentREG_11_v1_lst.zip
You don't have permission to download attachments.
(48 Kb) Downloaded 2 times
SimulIDE 1.0.0 Tester builds. - Page 9 AttachmentREG_11_v1_sim1.zip
You don't have permission to download attachments.
(5 Kb) Downloaded 5 times

202SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Wed Mar 01, 2023 6:05 pm

arcachofo

arcachofo

Thanks for testing, I will have a look.

203SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Thu Mar 02, 2023 1:43 pm

arcachofo

arcachofo

It was a problem in the Diode, not sure why it only happen in debug mode, but it is fixed at Rev 1296.
Also fixed another issue: in the first step it didn't not go to address 0, but jumps directly to program start (same for trunk).

KerimF likes this post

204SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Mon Mar 06, 2023 7:31 pm

arcachofo

arcachofo

New build at Rev 1308 uploaded.
Have a look at first post for download links.

Mostly minor issues and cosmetic improvements and fixed some error introduced in last update.
Also solved some compatibility issues with older versions.
Oscope and LA updated to the last version:
- Move and zoom with mouse.
- Thresholds and Export data to vcd in LA.
- Some issues fixed.

Fizik_S and KerimF like this post

205SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Tue Mar 07, 2023 8:55 am

KerimF

KerimF

I run today SimulIDE_1.0.0-R1308_Win32 with a ‘sim1’ and ‘asm’ files (tested already). While the debugger is running, I had the idea to test another project. In a hurry, I paused (not stopped) the debugger and tried to close the ‘asm’ file. The program crashes.

So, I rerun SimulIDE and its debugger to find out that the same crash can be made (by closing the ‘asm’ file) while the debugger is running.

206SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Tue Mar 07, 2023 9:14 am

KerimF

KerimF

I run SimulIDE_1.0.0-R1308_Win32 and downloaded an unfinished sim1 file (image below). When I tried adding, by using the mouse, a ‘Wave Gen.’ the program crashes.

SimulIDE 1.0.0 Tester builds. - Page 9 Amp3_110

This let me stop doing further tests.
Attachments
SimulIDE 1.0.0 Tester builds. - Page 9 AttachmentAMP3_1_02.zip
You don't have permission to download attachments.
(2 Kb) Downloaded 1 times

207SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Tue Mar 07, 2023 3:33 pm

arcachofo

arcachofo

I run SimulIDE_1.0.0-R1308_Win32 and downloaded an unfinished sim1 file (image below). When I tried adding, by using the mouse, a ‘Wave Gen.’ the program crashes.
Wow.. that's bad, I'm sorry.
I uploaded new files at Rev 1310.

I run today SimulIDE_1.0.0-R1308_Win32 with a ‘sim1’ and ‘asm’ files (tested already). While the debugger is running, I had the idea to test another project. In a hurry, I paused (not stopped) the debugger and tried to close the ‘asm’ file. The program crashes.

So, I rerun SimulIDE and its debugger to find out that the same crash can be made (by closing the ‘asm’ file) while the debugger is running.
Good catch, thanks.
This is not solved in the files I uploaded.

208SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Tue Mar 07, 2023 7:41 pm

arcachofo

arcachofo

arcachofo wrote:I uploaded new files at Rev 1310.
Sorry... wrong files, that revision was broken.
Uploaded new files at Rev 1312.

Seems that today is not my day...

KerimF likes this post

209SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Tue Mar 07, 2023 11:07 pm

KerimF

KerimF

SimulIDE_1.0.0-R1312_Win32 works fine.

Unfortunately, it lacks a useful feature for debugging assembly codes (avrasm2) which was implemented in SimulIDE_1.0.1-R1386_Win32.
Now, the editor window displays the first lines after closing the debugger instead of keeping the last displayed text of interest before closing it.
Therefore, every time a bug is found and needs to be corrected, one has, after exiting the debugger, to scroll down the editor window and search the location of that bug.

I guess you know that, now, the breakpoints cannot be added or removed by just pressing the left button of the mouse. Also, there is no icon for ‘StepOver’.

Nothing urgent, I just write what I noticed. Lately, I used running SimulIDE_1.0.1-R1386_Win32.

210SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Tue Mar 07, 2023 11:20 pm

arcachofo

arcachofo

Now, the editor window displays the first lines after closing the debugger instead of keeping the last displayed text of interest before closing it.
Yes, this must be solved, it is a headache.

breakpoints cannot be added or removed by just pressing the left button of the mouse.
This can de added as well, it's simple.

Also, there is no icon for ‘StepOver’.
This one is quite complex and the program has changed quite a bit, I can't just port from 1.0.1 to 1.0.0, so I will not add this to 1.0.0.

Nothing urgent, I just write what I noticed.
This testing is quite useful, thanks.
I try to get 1.0.0 as good as possible within it's capabilities, not implementing new features, but solving these simple issues that are very annoying.

KerimF likes this post

211SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Wed Mar 08, 2023 7:05 pm

KarstenLehmann



arcachofo wrote:These are Windows 32 and 64  builds of 1.0.0 at Revision:

- Rev 1312:
Download SimulIDE-R1312_Win64
Download SimulIDE-R1312_Win32

Note that now MCUs don't work if Reset Pin not connected.
A warning msg is shown and Reset Pin blinks in red.

hi arcachofo,
please, where can I find actual test-version for LINUX64?
best regards



Last edited by arcachofo on Wed Mar 08, 2023 7:27 pm; edited 1 time in total (Reason for editing : Formating error.)

212SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Wed Mar 08, 2023 7:27 pm

arcachofo

arcachofo

please, where can I find actual test-version for LINUX64?
Hi.
I will upload it later.

KarstenLehmann likes this post

213SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Wed Mar 08, 2023 8:53 pm

arcachofo

arcachofo

Uploaded files at Rev 1314, including Linux 64 build.

KerimF wrote:While the debugger is running, I had the idea to test another project. In a hurry, I paused (not stopped) the debugger and tried to close the ‘asm’ file. The program crashes.
Solved at Rev 1313

KerimF and KarstenLehmann like this post

214SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Thu Mar 09, 2023 12:09 am

arcachofo

arcachofo

Now, the editor window displays the first lines after closing the debugger instead of keeping the last displayed text of interest before closing it.
...
breakpoints cannot be added or removed by just pressing the left button of the mouse.
Solved at Rev 1315.

KerimF likes this post

215SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Mon Mar 20, 2023 12:00 pm

arcachofo

arcachofo

Files updated to Rev 1322.

This is 1.0.0-SR0 + some fixes:
- DS1307 missing.
- Several cosmetic issues (some Windows specific).

KarstenLehmann likes this post

216SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Tue Mar 28, 2023 9:31 pm

arcachofo

arcachofo

New build at Rev 1334 uploaded.
Have a look at first post for download links.

Fizik_S, KerimF and KarstenLehmann like this post

217SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Wed Mar 29, 2023 5:37 pm

Fizik_S

Fizik_S

fifan ( http://www.nedopc.org/forum/viewtopic.php?f=81&t=19727&start=285#p169423 ) reported an error in the 16f630 package and the malfunction of the microcontroller

218SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Wed Mar 29, 2023 7:23 pm

arcachofo

arcachofo

fifan ( http://www.nedopc.org/forum/viewtopic.php?f=81&t=19727&start=285#p169423 ) reported an error in the 16f630 package and the malfunction of the microcontroller
Thanks!

Fizik_S likes this post

219SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Thu Apr 20, 2023 9:25 pm

arcachofo

arcachofo

New build at Rev 1348 uploaded.
Have a look at first post for download links.

KarstenLehmann likes this post

220SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Thu Apr 20, 2023 10:31 pm

KerimF

KerimF

arcachofo wrote:New build at Rev 1348 uploaded.
Have a look at first post for download links.

This is not important.

Isn't it a mistyping 'Changes from Rev 1322:' instead of 'Changes from Rev 1334:'?

221SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Thu Apr 20, 2023 10:44 pm

arcachofo

arcachofo

Isn't it a mistyping 'Changes from Rev 1322:' instead of 'Changes from Rev 1334:'?
Yes you are right.
Solved.

222SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Fri Jul 14, 2023 2:52 am

arcachofo

arcachofo

New build at Rev 1378 uploaded.
Have a look at first post for download links.

223SimulIDE 1.0.0 Tester builds. - Page 9 Empty Re: SimulIDE 1.0.0 Tester builds. Sun Dec 03, 2023 5:58 pm

arcachofo

arcachofo

New build at Rev 1430 uploaded in the new web site:
https://simulide.com/p/testers/

Fizik_S likes this post

Sponsored content



Back to top  Message [Page 9 of 9]

Go to page : Previous  1, 2, 3, 4, 5, 6, 7, 8, 9

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