Search found 334 matches

by Andrew
Fri 2016-08-12 8:53
Forum: Simulation
Topic: External real-time input?
Replies: 7
Views: 704

Re: External real-time input?

Hello Jan, Acquiring real time signal in Proteus is not straightforward. Proteus is not running simulation as smoothly as it seems. There are "gaps" in simulation, when prediction says that the schematic state will not change for a given time. Sometimes, on the other hand, it works much sl...
by Andrew
Mon 2016-08-01 12:05
Forum: Simulation
Topic: ISR vector simulation for ARM M0
Replies: 1
Views: 435

Re: ISR vector simulation for ARM M0

Hello,

Can you please send me a project where I can reproduce this issue?

Cheers!
Andrew
by Andrew
Thu 2016-07-28 9:03
Forum: Simulation
Topic: ENC28J60 access from another PC on same network
Replies: 1
Views: 534

Re: ENC28J60 access from another PC on same network

Hi,

It won't work this way. You have to use physical Ethernet card, not WiFi, and set it's IP address in the ENC28J60 properties.

Cheers,
Andrew.
by Andrew
Tue 2016-07-26 8:38
Forum: Simulation
Topic: step by step debug
Replies: 14
Views: 3117

Re: step by step debug

Hi,

I didn't fix this problem, because they've updated DWARF debug file information section version, and our DWARF loader needs to keep up with it.
If you want to debug it right now, you can install WinAVR from here https://sourceforge.net/projects/winavr/files/

Cheers!
Andrew.
by Andrew
Wed 2016-07-20 12:40
Forum: Simulation
Topic: step by step debug
Replies: 14
Views: 3117

Re: step by step debug

Hello,

Sorry, no news. However I can reproduce it and suspect that they've modified file format in the recent version of their compiler.

Cheers,
Andrew
by Andrew
Thu 2016-07-14 8:31
Forum: Simulation
Topic: step by step debug
Replies: 14
Views: 3117

Re: step by step debug

Yes please, I need your Proteus project and AVR Studio files as well.

Cheers,
Andrew
by Andrew
Wed 2016-07-13 16:20
Forum: Simulation
Topic: step by step debug
Replies: 14
Views: 3117

Re: step by step debug

Can you send me your project?

Cheers,
Andrew
by Andrew
Wed 2016-07-13 15:55
Forum: Simulation
Topic: step by step debug
Replies: 14
Views: 3117

Re: step by step debug

Hello, I guess you've set too high level of optimization. You can change it via the project options, for AVR-GCC it is -O, which is I guess set to -Os. Try changing it to -O1 or evern -O0 to disable optimization completely. However it will affect the size of the firmware and possibly timings. Cheers...
by Andrew
Thu 2016-06-30 10:09
Forum: Simulation
Topic: using of the oscilloscope
Replies: 1
Views: 326

Re: using of the oscilloscope

Hello,

What exactly doesn't work? Just move channels up & down, so they don't overlap. Also changing trigger sourcew channel from A to B will make it possible to "freeze" channels B and C and take all required measurements.

Cheers,
Andrew
by Andrew
Wed 2016-06-22 13:49
Forum: PCB Layout
Topic: Trouble importing PADS ascii part
Replies: 4
Views: 597

Re: Trouble importing PADS ascii part

No, there was no error, but the format is a little bit different from what PADS or PCB Library Expert generate.

Cheers,
Andrew
by Andrew
Wed 2016-06-22 10:09
Forum: PCB Layout
Topic: Trouble importing PADS ascii part
Replies: 4
Views: 597

Re: Trouble importing PADS ascii part

Hi,

I have fixed PADS ASCII import so it can handle this file. Please find it attached.

Just curious - what tool did you use to generate this file?

Cheers,
Andrew
by Andrew
Mon 2016-05-23 10:40
Forum: Simulation
Topic: How to write bin file to load initial content of eeprom
Replies: 3
Views: 637

Re: How to write bin file to load initial content of eeprom

Hi,

It should be in a binary format, just a raw data. Also to actually load it you'll have to execute "Reset Persistent Model Data" from Debug menu. Otherwise it will load data from the project's cache.

Cheers,
Andrew.
by Andrew
Mon 2016-05-09 8:25
Forum: PCB Layout
Topic: PADS corner radius
Replies: 7
Views: 2347

Re: PADS corner radius

Hello,

I've found it and filed it to our bug tracking system just recently. I will try to fix is for the next public release.

Cheers,
Andrew
by Andrew
Mon 2016-04-25 9:01
Forum: Simulation
Topic: Arduino web server simulation error
Replies: 5
Views: 726

Re: Arduino web server simulation error

Hello,

I've sent you reply via e-mail, can you please check it.
This sample is getting its IP address from the DHCP server, however you can modify it to work with static IP.

Cheers,
Andrew.
by Andrew
Thu 2016-04-21 15:13
Forum: Simulation
Topic: Arduino web server simulation error
Replies: 5
Views: 726

Re: Arduino web server simulation error

Hello, Does it work when you don't modify it? It should be set up to use a virtual host-only loopback adapter. I guess you have to change in the ENC28J60 properties field "Host adapter number of IP address" to 192.168.0.1. Also, you can use a packet analysis tool like Wireshark to see what...