I guess, firmware needs first 2kb of the memory.Therefore the first 800h bits must be allocated...
PIC18F4550
PICDEM FS USB DEMO TOOL VERSION 1.00
I guess, firmware needs first 2kb of the memory.Therefore the first 800h bits must be allocated...
PIC18F4550
PICDEM FS USB DEMO TOOL VERSION 1.00
Define ONINT_USED 1
LED var PORTL.0 ' Alias PORTB.0 to LED
loop: High LED ' Turn on LED connected to PORTL.0
Pause 500 ' Delay for .5 seconds
Low LED ' Turn off LED connected to PORTL.0
Pause 500 ' Delay for .5 seconds
Goto loop
End
This is a simple example from the guide.
Do I need to define anythin further? osc 20mhz?
PBP 2.46
PBP 2.46
mplab ICD 2 as programmer
mplab IDE 7.5
anything missing?
Bookmarks