element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Embedded and Microcontrollers
  • Technologies
  • More
Embedded and Microcontrollers
Pic Microcontrollers Forum 12F675 can not programmed  with pickit4
  • Blog
  • Forum
  • Documents
  • Quiz
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Embedded and Microcontrollers to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 5 replies
  • Answers 3 answers
  • Subscribers 195 subscribers
  • Views 1430 views
  • Users 0 members are here
  • i am using 12f675 ic for small project but cant program
Related

12F675 can not programmed  with pickit4

patilsatish
patilsatish over 4 years ago

I am using 12F675 ic for small project but cant program it with pickit4? also i am using MPLABIDE V5.2 And XC8 compiler. It will show message C99 File absent for mid range controllers

  • Sign in to reply
  • Cancel

Top Replies

  • koudelad
    koudelad over 4 years ago in reply to patilsatish +3
    Hello, from the scroll bar on the right, I can see that you are facing multiple errors (marked as red). I would start from the beginning - the first tells you about line 12 and a non existing register…
  • koudelad
    koudelad over 4 years ago in reply to patilsatish +3 suggested
    By the way, you were asking about PIC12F675, but the code is compiled for PIC16F886 - isn't this the issue? I mean, the configuration bits are probably different in some cases like oscillator etc.
  • koudelad
    koudelad over 4 years ago +2 suggested
    Hello, I think you are having a different problem than PIC12F675 not being supported by PICkit4. If you see the product page and switch to Overview tab, there is a link to release notes of MPLAB X . I…
Parents
  • koudelad
    0 koudelad over 4 years ago

    Hello,

     

    I think you are having a different problem than PIC12F675 not being supported by PICkit4. If you see the product page and switch to Overview tab, there is a link to release notes of MPLAB X . I downloaded the archive, extracted and opened the following file: mplabx-ide-release-notes-v5.45/Device Support.htm . It states PIC12F675 as supported by PICkit4 for both programming and debugging (but not the rf version, which you probably don't have).

     

    From the last sentence you wrote I would guess you have some kind of a compilation error. Could you, please, provide a screenshot?

     

    David

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • koudelad
    0 koudelad over 4 years ago

    Hello,

     

    I think you are having a different problem than PIC12F675 not being supported by PICkit4. If you see the product page and switch to Overview tab, there is a link to release notes of MPLAB X . I downloaded the archive, extracted and opened the following file: mplabx-ide-release-notes-v5.45/Device Support.htm . It states PIC12F675 as supported by PICkit4 for both programming and debugging (but not the rf version, which you probably don't have).

     

    From the last sentence you wrote I would guess you have some kind of a compilation error. Could you, please, provide a screenshot?

     

    David

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • patilsatish
    0 patilsatish over 4 years ago in reply to koudelad

    Thanks For Reply.

                                Actually your guess is right. Now i also facing the problem of compiler also as i reinstalled it. Now MPLABIDE IS V5.20  and  xc8 compiler has version

    2.05. as you told i am sending the screen shot.

     

     

    image

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • koudelad
    0 koudelad over 4 years ago in reply to patilsatish

    Hello, from the scroll bar on the right, I can see that you are facing multiple errors (marked as red).

     

    I would start from the beginning - the first tells you about line 12 and a non existing register - maybe you could paste the source code...

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • koudelad
    0 koudelad over 4 years ago in reply to patilsatish

    By the way, you were asking about PIC12F675, but the code is compiled for PIC16F886 - isn't this the issue? I mean, the configuration bits are probably different in some cases like oscillator etc.

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube