I already found out what the problem was!
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
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...
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...
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!
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 .....
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 .....
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 !
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...
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" des...