Menu

Failing to load hex file using MPLAB ICD3 on 18F97J94.

yogesh
2020-06-15
2020-06-16
  • yogesh

    yogesh - 2020-06-15

    Hello all,
    I am unable to load a .hex file for simple blinking example using MPLAB ICD3 programmer. Partial response from MPLAB_IPE is given below.

    program memory
    Address: 1d6 Expected Value: ff Received Value: 0
    Failed to program device

    A similar blink program generated with MPLAB_IDE works properly.
    Kindly help.

    Thanks,
    Yogesh.

     
  • Anobium

    Anobium - 2020-06-15

    Interesting. I dont have a J94 here but this works in the sim.

    #chip 18F97J94
    #option Explicit
    
    dir porta.1 out
    
    do
      lata.1 = !lata.1
      wait 100 ms
    
    loop
    
     
  • yogesh

    yogesh - 2020-06-16

    Hi Anobium, the above code is getting compiled but still fails to load with MPLAB_IPE.
    Thanks.

     
    • Anobium

      Anobium - 2020-06-16

      What version of Great Cow BASIC you using? Look at the top of the ASM file.

      Also, attach your source program.

      I need more information - cheers.

       

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.