Page 1 of 1

Felermeldung 18F25J50 and USB

Posted: Sun Aug 18, 2019 11:41 pm
by Pascal_2016
Hello

I'm trying to send data over a USB connection.

The microcontroller is an 18F25J50
The settings are without quartz 48MHz

in an endless loop I send data via a USB serial connection to the PC

When I compile the program I get the following error message:

C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat 18F26J50 "D:\PR6751~1\" "Flowcode12"

D:\PR6751~1>C:\PROGRA~2\Flowcode\Common\COMPIL~1\pic\batch\..\bin\xc8.exe --chip=18F26J50 "Flowcode12.c" --MSGDISABLE=359,1273,1388 --FLOAT=32 --DOUBLE=32
Microchip MPLAB XC8 C Compiler (Free Mode) V1.45
Build date: Nov 15 2017
Part Support Version: 1.45
Copyright (C) 2017 Microchip Technology Inc.
License type: Node Configuration

(100) unterminated #if[n][def] block from line 904
(908) exit status = 1
(908) exit status = 1

Error returned from [xc8.exe]

C:\Program Files (x86)\Flowcode\Common\Compilers\pic\batch\pic_xc8_comp.bat Hat den Fehlercode 1 gemeldet

Autoclose turned off


BEENDET

Re: Felermeldung 18F25J50 and USB

Posted: Mon Aug 19, 2019 10:13 am
by Benj
Hello,

Thanks for letting us know. I believe I have fixed this problem now and pushed it to the update system.

Let me know how you get on.

Re: Felermeldung 18F25J50 and USB

Posted: Mon Aug 19, 2019 10:50 pm
by Pascal_2016
Hello Benj,

Thank you very much for your quick help. With the new update the USB interface works again.