Re: Anyone programmed a PIC16F84A for Linistepper?
Posted by
jm_fong
on 2003-10-23 05:30:53 UTC
I just compiled it under mplab631 for the f84A with no errors.
You need to change the processor defined line to p16f84a.inc rather
than the default of p16f628.inc
; processor defined
include <p16f84A.inc>
;include <p16f628.inc>
If you would like more info email me offline since this is sorta off
topic.
Jim
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "grantfair2001"
<grant.fair@s...> wrote:
You need to change the processor defined line to p16f84a.inc rather
than the default of p16f628.inc
; processor defined
include <p16f84A.inc>
;include <p16f628.inc>
If you would like more info email me offline since this is sorta off
topic.
Jim
--- In CAD_CAM_EDM_DRO@yahoogroups.com, "grantfair2001"
<grant.fair@s...> wrote:
> Information on the website for Linistepper, (a microsteppingstepper
> kit) states that the PIC software can be programmed into aPIC16F84A.
> The ASM code to do so is available freely for download. See:the
>
> http://www.piclist.com/techref/io/stepper/linistep/index.htm
>
> However, two people I know have tried to compile the .ASM file for
> 16F84A and failed, due to memory related problems as I understandit.
>hex
> Has anyone succeeded in putting this program into a 16F84A? Is the
> file available somewhere? Or is this impossible to do?
>
> Grant
Discussion Thread
grantfair2001
2003-10-22 23:02:39 UTC
Anyone programmed a PIC16F84A for Linistepper?
jm_fong
2003-10-23 05:30:53 UTC
Re: Anyone programmed a PIC16F84A for Linistepper?
Zafar Salam
2003-10-23 07:35:13 UTC
Re: [CAD_CAM_EDM_DRO] Re: Anyone programmed a PIC16F84A for Linistepper?
jm_fong
2003-10-23 08:55:51 UTC
Re: Anyone programmed a PIC16F84A for Linistepper?