Search found 126 matches

by garryp4
Wed Mar 22, 2023 10:27 pm
Forum: General
Topic: Programmer for 18FxxQxx parts
Replies: 12
Views: 3281

Re: Programmer for 18FxxQxx parts

I did not even know that was a thing. Is there a typo in one of the settings? I included a screen shot that shows the RSTOSC bit in the generator over that line in the data sheet register. The generator says 1mhz... and the data sheet says 64mhz...
by garryp4
Wed Mar 22, 2023 6:55 pm
Forum: General
Topic: Programmer for 18FxxQxx parts
Replies: 12
Views: 3281

Re: Programmer for 18FxxQxx parts

And I am curious which programmer you prefer?
by garryp4
Wed Mar 22, 2023 6:55 pm
Forum: General
Topic: Programmer for 18FxxQxx parts
Replies: 12
Views: 3281

Re: Programmer for 18FxxQxx parts

Jerry: I purchased the NSDSP-2-X and have gotten as far as a 'hello world" to the terminal. I have been using the MeLabs programmer since I got swordfish a long time ago. The MeLabs software lets me select the state of the configuration fuses and sets them. However the NSDSP-2-X does not do this. So...
by garryp4
Fri Mar 10, 2023 4:47 pm
Forum: General
Topic: Programmer for 18FxxQxx parts
Replies: 12
Views: 3281

Re: Programmer for 18FxxQxx parts

Or the PICkit4?
by garryp4
Fri Mar 10, 2023 4:07 pm
Forum: General
Topic: Programmer for 18FxxQxx parts
Replies: 12
Views: 3281

Programmer for 18FxxQxx parts

I just made a circuit with an 18F14Q41. Before selecting the micro I did verify the Swordfish supported it. What I failed to do was see if my programmer form MELabs supported it, which it does not. Does anyone have any recommendations for one that does? A search did find a PIC KEY Programmer from Fo...
by garryp4
Sun Feb 12, 2023 9:52 pm
Forum: Modules
Topic: error in ADC.bas
Replies: 3
Views: 3999

Re: error in ADC.bas

Jerry:

I just updated my copy of Swordfish and get errors in the ADC.BAS file. I can't copy/paste the errors and a screen shot is too large to attach. I changed line 91 and 204 from "> 8" to "> 16". That cleared up the errors. Is this correct?
by garryp4
Sat Jan 15, 2022 9:22 pm
Forum: Compiler
Topic: Illogical compilation error
Replies: 2
Views: 2523

Illogical compilation error

I keep getting a Compilation Error message that is always on line 13. First it was showing up in the commented out text header. I deleted the header then the error happen on an Include line. I can add lines to move the code up or down but the error is always on line 13. I completely uninstalled the ...
by garryp4
Sun Jan 03, 2021 7:03 pm
Forum: Modules
Topic: USART2 interupt
Replies: 8
Views: 3793

Re: USART2 interupt

Jerry: I took a crack at ti but think I am not coding it correctly. The circuit has usart1 connected to hterm and usart2 to a Digi Zigbee radio. I know it all works because my program does send and receive from both ports. I want to use the interrupts because I never know when data will come across ...
by garryp4
Sat Jan 02, 2021 3:42 pm
Forum: Modules
Topic: USART2 interupt
Replies: 8
Views: 3793

Re: USART2 interupt

Jerry:

Thanks! I will try it out tomorrow.
by garryp4
Sat Jan 02, 2021 3:30 pm
Forum: IDE
Topic: Problem with the path to the Library folder
Replies: 21
Views: 14074

Re: Problem with the path to the Library folder

I do not see project.'anything' in any folder associated with Swordfish. However, running Swordfish as administrator seems to make Swordfish go to the programdata\mecanique\swordfish\library every time. I just don't understand why.
by garryp4
Fri Jan 01, 2021 7:35 pm
Forum: IDE
Topic: Problem with the path to the Library folder
Replies: 21
Views: 14074

Re: Problem with the path to the Library folder

I just stumbled into something that seems to correct all the directory problems. I made the shortcut to 'run as administrator' and all the issues cleared up. I do not understand why, but figured I would let you know.
by garryp4
Fri Jan 01, 2021 7:28 pm
Forum: IDE
Topic: Problem with the path to the Library folder
Replies: 21
Views: 14074

Re: Problem with the path to the Library folder

I still can not find project.idf anywhere on my system.
by garryp4
Fri Jan 01, 2021 3:36 am
Forum: IDE
Topic: Problem with the path to the Library folder
Replies: 21
Views: 14074

Re: Problem with the path to the Library folder

Where is the project.idf file? I cant find it.
by garryp4
Wed Dec 30, 2020 2:07 pm
Forum: Modules
Topic: USART2 interupt
Replies: 8
Views: 3793

Re: USART2 interupt

Jerry:

Thanks! I am using an 18F47J13 and an 18F27J13. The serial is the only interrupt for this project.

Garry
by garryp4
Tue Dec 29, 2020 10:13 pm
Forum: Modules
Topic: USART2 interupt
Replies: 8
Views: 3793

USART2 interupt

How can I setup USART2 to process an interrupt? Can I used ISRRX with both USART1 and USART2 at the same time? I need to get data from which ever has it available at the time.

Thanks