Hi Alberto
two question : is possible to use as l1 a toroidal impedance of about 170 uH? I must recompile the firmware ( crystal) but i tried with XC8 e Mplab IDE X and give some errors. I found a MCC18 version 3.0 but i have some errors. Wich was you compiler version?
Ciao Alberto
complimenti per il tuo progetto : ho trovato i punti dove variare il timing perchè al momento devo usare un quarzo da 16Mhz. Ho sempre usato il CSS compiler.
Grazie per tutto
Joe
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No problem with the inductor.
To change the divider setting is easier to modify the hex file; towards the end find:
:0100000022DD
and replace with:
:0100000023DC
This means config1L = 0x23, which sets the PLL prescaler to 4.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
Hi Alberto
two question : is possible to use as l1 a toroidal impedance of about 170 uH? I must recompile the firmware ( crystal) but i tried with XC8 e Mplab IDE X and give some errors. I found a MCC18 version 3.0 but i have some errors. Wich was you compiler version?
Ciao Alberto
complimenti per il tuo progetto : ho trovato i punti dove variare il timing perchè al momento devo usare un quarzo da 16Mhz. Ho sempre usato il CSS compiler.
Grazie per tutto
Joe
No problem with the inductor.
To change the divider setting is easier to modify the hex file; towards the end find:
:0100000022DD
and replace with:
:0100000023DC
This means config1L = 0x23, which sets the PLL prescaler to 4.