Char | 11 Jul 2011 20:07
Picon
Favicon

Help with ktechlab

Hi guys, 
I am trying to add a specific pic to my circuit design. When I add the pic 
component it says (No program loaded), which program should i load? And i also 
want to know how can i load specific pic for example I use PIC16F690 is it 
possible to load that pic to my circuit design?
Thank you in advance.
P.S: i would definitely appreciate if can point me the some documentation for 
reading.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
Slavko | 11 Jul 2011 21:05
Face
Picon

Re: Help with ktechlab

Ahoj,

Dňa Mon, 11 Jul 2011 18:07:46 +0000 (UTC) Char <lepass_7@...>
napísal:

> Hi guys, 
> I am trying to add a specific pic to my circuit design. When I add
> the pic component it says (No program loaded), which program should i
> load?

The PIC's asm or C program. You can select it in toolbar, for example.

> And i also want to know how can i load specific pic for example
> I use PIC16F690 is it possible to load that pic to my circuit design?
> Thank you in advance.

KTechlab uses gpsim for PIC simulation, then only gpsim's supported
PICs can be used. But i am not sure if all these PIC are supported by
KTechlab. In GUI are supported only (in GUI) listed PICs, but without
using GUI to set the PIC, you can use more PICs...

regards

--

-- 
s pozdravom

Slavko
http://slavino.sk
(Continue reading)

David Lanzendörfer | 12 Jul 2011 18:49
Picon

Re: Help with ktechlab

Well.
In my opinion it's a bad idea to hardcorde dynamic information like
which PICs are supported.
Instead we should dump a list of supported PICs from the respective
applications for avoiding selection of PICs which aren't supported by any
backend in the future.

just my two clamshells
-lev

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
Zoltan Padrah | 12 Jul 2011 21:46
Picon

Re: Help with ktechlab

On Tue, 12 Jul 2011 18:49:31 +0200, David Lanzendörfer  
<david.lanzendoerfer <at> o2s.ch> wrote:

> Well.
> In my opinion it's a bad idea to hardcorde dynamic information like
> which PICs are supported.
> Instead we should dump a list of supported PICs from the respective
> applications for avoiding selection of PICs which aren't supported by any
> backend in the future.
>

I completely agree. The part of ktechlab that implements the list of  
supported PICs needs a complete redesign -- currently there is a new class  
for each supported PIC in the code [2].

On the project todo list [1] this task is listed as:

" PicInfo* classes needs to be simplified -- there are too many of them "

I just updated the wiki with this idea.

[1]  
<http://sourceforge.net/apps/mediawiki/ktechlab/index.php?title=Project_Status#TODO>

[2]  
<http://ktechlab.git.sourceforge.net/git/gitweb.cgi?p=ktechlab/ktl-zoltan_p;a=blob;f=src/lib/simulator/src/micro/picinfo14bit.h>

> just my two clamshells
> -lev
>
(Continue reading)


Gmane