pic18f6722 VS dspic30f6012
Posted: Thu Apr 09, 2020 6:40 pm
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 type 'volatile MX_CHAR *'
control avi_dspic.c: 17550: 7: warning: passing argument 3 of 'FCI_SCOPY' discards qualifiers from pointer target type
C: \ ProgramData \ MatrixTSL \ FlowcodeV8 \ CAL \ / PIC16BIT \ PIC16BIT_CAL_String.c: 884: 13: note: expected 'MX_STRING' but argument is of type 'volatile MX_CHAR *'
control avi_dspic.c: 17551: 7: warning: passing argument 1 of 'FCI_SHEAD' discards qualifiers from pointer target type
C: \ ProgramData \ MatrixTSL \ FlowcodeV8 \ CAL \ / PIC16BIT \ PIC16BIT_CAL_String.c: 823: 13: note: expected 'MX_STRING' but argument is of type 'volatile MX_CHAR *'
the idea is to be able to use a more powerful microcontroller.
I appreciate the possible help!
thanks
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 type 'volatile MX_CHAR *'
control avi_dspic.c: 17550: 7: warning: passing argument 3 of 'FCI_SCOPY' discards qualifiers from pointer target type
C: \ ProgramData \ MatrixTSL \ FlowcodeV8 \ CAL \ / PIC16BIT \ PIC16BIT_CAL_String.c: 884: 13: note: expected 'MX_STRING' but argument is of type 'volatile MX_CHAR *'
control avi_dspic.c: 17551: 7: warning: passing argument 1 of 'FCI_SHEAD' discards qualifiers from pointer target type
C: \ ProgramData \ MatrixTSL \ FlowcodeV8 \ CAL \ / PIC16BIT \ PIC16BIT_CAL_String.c: 823: 13: note: expected 'MX_STRING' but argument is of type 'volatile MX_CHAR *'
the idea is to be able to use a more powerful microcontroller.
I appreciate the possible help!
thanks