kender
Joined: 09 Aug 2004 Posts: 768 Location: Silicon Valley
|
Eval feture of the ICD-U40 with 18F6720 |
Posted: Wed Jul 13, 2005 12:14 pm |
|
|
Colleagues,
Does anyone know if the Eval feature of the ICD-U40 work with 18F6420? I’m trying to call functions (one at a time), like this:
Code: |
delay_ms(1) // a canned function
set_rf_relays(0x0000) // my own function
|
but I’m getting an error:
Quote: |
ERROR #22 : Bad expression syntax
|
The ICD is connected to PIN_RB3, and the rest of the functionality does work.
Cheers,
Kender |
|