' PIC Defines
' -----------
@ ERRORLEVEL -230
@ CONFIG WDT=OFF;FSCM=OFF;OSC=INTIO2
ADCON1 = $0F
Start:
High PortA.1
Pause 1000
Low PortA.1
Pause 1000
GoTo Start
I use
pbpw -p18f4320 sprcir18 -ampasmwin -v
Get a ton of warnings: 18 Errors: 1
Warning[220] c:\pbp\pbppic18.lib 918 : Address excees maximum range for this processor
Error[116] c:\pbp\pbppic18.mac 12 : Address label duplicated or different in second pass <_Start>
PBP 2.44, MPSAM v.5.06
rem statements in 18F4320.inc
aaarrrgggghhhh.... help please !
please show the simple solution as I am probably not seeing it again !
Bookmarks