News:

PROTON pic BASIC Compilers for PIC, PIC24, dsPIC33

Main Menu

Positron Studio Config Fuses

Started by Pepe, Jun 04, 2024, 12:31 AM

Previous topic - Next topic

Pepe

Why Config4 and Config5 do not appear, could it be because Config3 does not exist in 16f15223?

JohnB

I'll have to look in to the Fuse Config code as it looks like the data is there in the files.  It seems to be a problem in the code generator side as all the settings appear in the fuse list in the configurator.

I'm working on a number of changes to Positron Studio at the moment and have added it on to my list of issue to address.
JohnB

JohnB

OK I have fixed the issue of missing registers, :

'-------------------------------------------------------------------------------
'**** Added by Fuse Configurator ****
' Use the Fuses Tab to change these settings

Config1 FEXTOSC_ECH, RSTOSC_EXTOSC, CLKOUTEN_OFF, VDDAR_HI
Config2 MCLRE_EXTMCLR, PWRTS_PWRT_OFF, WDTE_ON, BOREN_ON, BORV_LO, PPS1WAY_ON, STVREN_ON
Config4 BBSIZE_BB512, BBEN_OFF, SAFEN_OFF, WRTAPP_OFF, WRTB_OFF, WRTC_OFF, WRTSAF_OFF, LVP_ON
Config5 CP_OFF

'**** End of Fuse Configurator Settings ****
'-------------------------------------------------------------------------------

I will release an update shortly.
JohnB