Menu

Wrong Bit Reference In 12f683.dat File

kent_twt4
2016-04-23
2016-04-24
  • kent_twt4

    kent_twt4 - 2016-04-23

    Bit references used for CMCON0, and CMCON1 registers are incorrect.

    COUT,COMCON0,6
    CINV,COMCON0,4
    CIS,COMCON0,3
    CM2,COMCON0,2
    CM1,COMCON0,1
    CM0,COMCON0,0
    T1GSS,COMCON1,1
    CMSYNC,COMCON1,0
    

    Should be

    COUT,CMCON0,6
    CINV,CMCON0,4
    CIS,CMCON0,3
    CM2,CMCON0,2
    CM1,CMCON0,1
    CM0,CMCON0,0
    T1GSS,CMCON1,1
    CMSYNC,CMCON1,0
    
     
  • William Roth

    William Roth - 2016-04-24

    This issue also affects the following chips:

    12f629.dat
    12f675.dat
    12f683.dat
    16f630.dat
    16f676.dat
    16f684.dat
    16f688.dat
    rf675h.dat
    rf675f.dat
    rf675k.dat

     
  • Anobium

    Anobium - 2016-04-24

    Thanks. Will sort and release new files in the next release.

    If sorted soon I will post a link to the updated files.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.