Error message by the use from usb serial

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Pascal_2016
Posts: 89
Joined: Wed Aug 31, 2016 4:48 pm
Been thanked: 4 times
Contact:

Error message by the use from usb serial

Post by Pascal_2016 »

Hello,

I'm trying to run a 32MX220F032B via SerialUSB. Unfortunately I get an error message from the driver "The device can not be started. (Code 10)".

My settings are as follows

#pragma config PMDL1WAY = 0
#pragma config IOL1WAY = 0
#pragma config FUSBIDIO = 0
#pragma config FVBUSONIO = 0
#pragma config FPLLIDIV = 1
#pragma config FPLLMUL = 5
#pragma config UPLLIDIV = 1
#pragma config UPLLEN = 0
#pragma config FPLLODIV = 1
#pragma config FNOSC = 1
#pragma config FSOSCEN = 0
#pragma config IESO = 0
#pragma config POSCMOD = 3
#pragma config OSCIOFNC = 0
#pragma config FPBDIV = 0
#pragma config FCKSM = 0
#pragma config WDTPS = 0
#pragma config WINDIS = 0
#pragma config FWDTEN = 0
#pragma config FWDTWINSZ = 0
#pragma config DEBUG = 3
#pragma config JTAGEN = 0
#pragma config ICESEL = 0
#pragma config PWP = 63
#pragma config BWP = 1
#pragma config CP = 1

Can someone help me as I can eliminate the error message

Post Reply