trouble with microcode loader


Closed Thread
Results 1 to 5 of 5

Hybrid View

  1. #1
    Join Date
    Mar 2012
    Location
    North Central Indiana
    Posts
    2


    Did you find this post helpful? Yes | No

    Default Re: trouble with microcode loader

    The post is four years old, but others who come upon this should know the Microcode loader is to program PICs that already have the boot loader programmed into them. The boot loader runs first on a RESET and checks to see if the Microcode loader application on the PC is trying to communicate on a UART port and if communication is established programming can continue. Otherwise, the boot loader exits and the existing application code in the PIC starts up (if it is there). This is why your Microcode loader is asking for a RESET.

    Bootloader code is available for one-time purchase (no royalty) from http://www.mecanique.co.uk/products/...ootloader.html
    A free bootloader is ds30 loader but I have found this hard to configure under HI-TECH C compiler. Seems to be too many errors. But I am not very experienced so your mileage may vary.

    You must first program the boot loader code using a regular programmer. Use the programmer on the BigPic4 board, for example. From then on out use the Microcode loader but tied to UART. You might need an FTDI cable that converts USB to UART (RS232) at 5v or 3v logic. Example: https://www.sparkfun.com/products/9717
    Last edited by rdphoto; - 9th August 2012 at 14:46.

Similar Threads

  1. Microcode studio loader problem
    By woodygjw in forum General
    Replies: 2
    Last Post: - 10th September 2007, 01:18
  2. MCSP Loader Problem pls help
    By Nestyplus in forum General
    Replies: 5
    Last Post: - 17th February 2006, 04:07
  3. Microcode Studio Plus Loader?
    By koossa in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 12th December 2005, 11:24
  4. MicroCode Loader connection problem
    By muskut in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 14th July 2005, 14:54
  5. Replies: 1
    Last Post: - 16th June 2005, 02:56

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts