Search found 14 matches

by azevedo
Fri Apr 10, 2020 11:34 am
Forum: Flowcode V8
Topic: pic18f6722 VS dspic30f6012
Replies: 5
Views: 2930

Re: pic18f6722 VS dspic30f6012

I already found out what the problem was! :D
the lack of attention sometimes betrays you!
I was declaring outputs from the microcontroller that in fact could not exist .....
thanks for the help anyway
by azevedo
Thu Apr 09, 2020 8:58 pm
Forum: Flowcode V8
Topic: pic18f6722 VS dspic30f6012
Replies: 5
Views: 2930

Re: pic18f6722 VS dspic30f6012

this is the file that is giving me problems
by azevedo
Thu Apr 09, 2020 7:22 pm
Forum: Flowcode V8
Topic: pic18f6722 VS dspic30f6012
Replies: 5
Views: 2930

Re: pic18f6722 VS dspic30f6012

hello kersing! thanks for the quick response ! yes in fact besides these warnings, somewhere in the middle there is: control avi_dspic.c: 17534: 1: error: 'TRISA' undeclared (first use in this function) control avi_dspic.c: 17534: 1: note: each undeclared identifier is reported only once for each fu...
by azevedo
Thu Apr 09, 2020 6:40 pm
Forum: Flowcode V8
Topic: pic18f6722 VS dspic30f6012
Replies: 5
Views: 2930

pic18f6722 VS dspic30f6012

Hello ! I am trying to use a flow chart that I have in the 8 bit version for the 16 bit version. when compiling it gives error. I'll give you the example here: C: \ ProgramData \ MatrixTSL \ FlowcodeV8 \ CAL \ / PIC16BIT \ PIC16BIT_CAL_String.c: 377: 18: note: expected 'MX_STRING' but argument is of...
by azevedo
Mon Nov 25, 2019 9:14 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

I noticed when opening the flowcode that there were updates available and one of them was for pic18f26k22.
Whatever matters, it is already working again! :wink: :wink:
by azevedo
Mon Nov 25, 2019 9:09 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

Hello people !
I want to thank you because I made the steps described above and already compiles ok!
thank you martin, thank you leighm:
by azevedo
Sun Nov 24, 2019 9:28 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

This is the version I am using:
by azevedo
Sun Nov 24, 2019 9:23 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

negative !! still giving the same mistake ..... C: \ PROGRA ~ 2 \ FLOWCO ~ 1 \ pic \ include \ pic18f26k22.h:   8244: extern volatile unsigned char TRISE @ 0xF96; (985) qualifiers redeclared ^ ^ (1098) conflicting declarations for variable "TRISE" (Flowcode1.c: 31) (908) exit status = 1 (908) exit s...
by azevedo
Sun Nov 24, 2019 9:21 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

hello martin! thanks for answering !
sorry for the delay of the answer I was out and only now I was able to return to the subject.
I am currently downloading the entire database but I noticed that pic18f26k22 is not in this same update ....
I will restart and see if it compiles .....
by azevedo
Sat Nov 23, 2019 8:44 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

I tried changing the target to pic18f46k22 and compiling correctly!
then I tried to do
a simple flowchart but with 18f26k22 and again not compiled and gave the same error.
I'm remembering that a couple of days ago when opening the flowcode there was an update but I no longer remember what it was .....
by azevedo
Sat Nov 23, 2019 6:34 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

I did the experiment according to the post you mentioned but it didn't work
by azevedo
Sat Nov 23, 2019 6:32 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

Re: error compiling on pic18f26k22

hello medelec35!
I am very grateful for your quick response!
I think maybe it would be better in private for me to send the full file for you to test. As I do not have much experience here I ask you if it is possible?
thank you very much !
by azevedo
Sat Nov 23, 2019 12:53 pm
Forum: Flowcode V8
Topic: error compiling on pic18f26k22
Replies: 19
Views: 6239

error compiling on pic18f26k22

Hello everyone! I have a problem trying to compile a project that I have been working for some time. I get the following message from the compiler: C: \ PROGRA ~ 2 \ FLOWCO ~ 1 \ pic \ include \ pic18f26k22.h:   8244: extern volatile unsigned char TRISE @ 0xF96; (985) qualifiers redeclared ^ ^ (1098...
by azevedo
Sun Mar 22, 2015 4:57 pm
Forum: Electronics products
Topic: bitmap on ks0108
Replies: 1
Views: 8722

bitmap on ks0108

hello everyone! I'm trying to show a picture of 32x32 in a glcd with KS0108 using one of the processes already described in another post using call C instead of using a buffer type "\ xFF \ x00 \ x80 ....." . It turns out that yes I can show the whole picture in cordenada "X" desired but the same do...