Search found 7 matches

by jonathanm
Tue May 04, 2021 3:29 am
Forum: Bug Reports
Topic: program using PIC18F87J50 not opening after activating
Replies: 4
Views: 3729

Re: program using PIC18F87J50 not opening after activating

All working now :D

Tried updating and that did not work :(

Ended up having to copy all the files from my colleges installation directory and then overriding mine with them. :?:

Thanks for all the help Steve :D
by jonathanm
Mon Apr 12, 2021 9:57 pm
Forum: Bug Reports
Topic: program using PIC18F87J50 not opening after activating
Replies: 4
Views: 3729

Re: program using PIC18F87J50 not opening after activating

Thanks

I can open other projects and create new ones but something is not right with this one and my computer thinking I may have to reinstall windows. :cry:
by jonathanm
Mon Apr 12, 2021 4:03 am
Forum: Bug Reports
Topic: program using PIC18F87J50 not opening after activating
Replies: 4
Views: 3729

program using PIC18F87J50 not opening after activating

Hi I have been having trouble opening a project using Flowcode v8 I tried uninstalling and reinstalling with no success. I seemed to have some success when uninstalling and then manually deleting what remained in the C:\Program Files (x86)\Flowcode v8 directory and reinstall Flowcode v8 it then open...
by jonathanm
Mon Nov 18, 2019 6:10 am
Forum: General Programming
Topic: Non-volatile memory on a PIC18F87J50
Replies: 10
Views: 5620

Re: Non-volatile memory on a PIC18F87J50

Success

I know have working code thanks for all your help Benj :) .
by jonathanm
Mon Nov 18, 2019 12:54 am
Forum: General Programming
Topic: Non-volatile memory on a PIC18F87J50
Replies: 10
Views: 5620

Re: Non-volatile memory on a PIC18F87J50

Hi Thanks for your help :) I had to change the code slightly to get the read function to work. TBLPTRU = FCV_H; TBLPTRH = FCV_M; TBLPTRL = FCV_L; #asm TBLRD*+ ; read into TABLAT and increment MOVF TABLAT, W ; get data MOVWF _FCV_EVEN TBLRD*+ ; read into TABLAT and increment MOVF TABLAT, W ; get data...
by jonathanm
Wed Nov 13, 2019 8:13 pm
Forum: General Programming
Topic: Non-volatile memory on a PIC18F87J50
Replies: 10
Views: 5620

Re: Non-volatile memory on a PIC18F87J50

Benj wrote:Hello,

Are you using Flowcode? If so which version and I'll see if I can generate you an example.
Thanks.

I'm running Flowcode V8 (v8.2.1.13).
by jonathanm
Mon Nov 11, 2019 11:20 pm
Forum: General Programming
Topic: Non-volatile memory on a PIC18F87J50
Replies: 10
Views: 5620

Non-volatile memory on a PIC18F87J50

Hi I'm currently trying to read and write to the non-volatile memory of the PIC18F87J50.

I have been reading through Section 6 of the data sheet but can not seem to get any think to work.

If any one has any tips, example code and or help that would be great.