PIC32mx150F128B hat kein USB
Posted: Wed Feb 17, 2021 1:24 pm
Hallo zusammen,
Beim compilieren gibt es einen Fehler weil der PIC garkein USB hat
zusätzlich hab ich auch noch einen Fehler mit der Soft RS232
Habe erst einmal nur alles initialisiert und einen sek. Takt programmiert.
C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:42:9: error: unknown configuration setting: 'FUSBIDIO'
#pragma config FUSBIDIO = 0
C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:43:9: error: unknown configuration setting: 'FVBUSONIO'
#pragma config FVBUSONIO = 0
In file included from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\includes.c
0,
from C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:674:
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\PIC32BIT\PIC32BIT_CAL_UART.c:196:0: warning: "MX_SOFT_BAUD_X" redefined [enabled by default]
#define MX_SOFT_BAUD_X (1000000 / MX_UART_BAUD_X) - SW_OFFSET
^
In file included from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\includes.c
0,
from C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:674:
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\PIC32BIT\PIC32BIT_CAL_UART.c:201:0: note: this is the location of the previous definition
#define MX_SOFT_BAUD_X 1
^
C:\Program Files\Microchip\xc32\v2.41\bin\xc32-gcc.exe reported error code 0xFF
in FC8 und FC9
Bitte um hilfe
vielen Dank schon mal
Beim compilieren gibt es einen Fehler weil der PIC garkein USB hat
zusätzlich hab ich auch noch einen Fehler mit der Soft RS232
Habe erst einmal nur alles initialisiert und einen sek. Takt programmiert.
C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:42:9: error: unknown configuration setting: 'FUSBIDIO'
#pragma config FUSBIDIO = 0
C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:43:9: error: unknown configuration setting: 'FVBUSONIO'
#pragma config FVBUSONIO = 0
In file included from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\includes.c
from C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:674:
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\PIC32BIT\PIC32BIT_CAL_UART.c:196:0: warning: "MX_SOFT_BAUD_X" redefined [enabled by default]
#define MX_SOFT_BAUD_X (1000000 / MX_UART_BAUD_X) - SW_OFFSET
^
In file included from C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\includes.c
from C:\Users\uwe\Documents\Daten\Flowcode Projekte\Datenlogger.c:674:
C:\ProgramData\MatrixTSL\FlowcodeV9\CAL\PIC32BIT\PIC32BIT_CAL_UART.c:201:0: note: this is the location of the previous definition
#define MX_SOFT_BAUD_X 1
^
C:\Program Files\Microchip\xc32\v2.41\bin\xc32-gcc.exe reported error code 0xFF
in FC8 und FC9
Bitte um hilfe
vielen Dank schon mal