Re: gpsim + 12F629
"Nestor A. Marchesini" <[email protected]>
| Newsgroups | gmane.comp.hardware.microcontrollers.gnupic |
|---|---|
| Organization | DES ELectronica |
| Message-ID | <[email protected]> |
Scott I am interested in adding support for them p12f6xx, hour I do not understand very well the structure of gpsim, am reading the class ProcessorConstructor in /src/processor.h, to my to deal I have to add support for them p12f6xx inside the files: /src/pic-processor.h /src/pic-processor.cc /src/p12x.h /src/p12x.cc I will try it. Regards Néstor A. Marchesini Chajari-Entre Rios-Argentina nestorm arroba xinet punto com punto ar http://www.deselectronica.com.ar Scott Dattalo escribió: > Nestor A. Marchesini wrote: > >> Hello >> I'm with a problem, need to simulate a code for one 12F629 >> and the gpsim 0.21.2 does not have it, since I do to simulate it? > > > Even if you upgraded to a newer version of gpsim you'll discover that > the 12F629 is still not supported. The only viable option with gpsim > is to pick a supported PIC that's close enough. Otherwise you'll have > to use Mplab or some other simulator. (I'm assuming you don't want to > dive into gpsim and support for the 12F629). > > Scott