PLL_18F8722_40.HEX
Hmm, I don't seem to have that one.
There's a bunch of PLL_18Fxxxx_xx.hex, but that's not one of them.
Was it a special order?
PLL_18F8722_40.HEX
Hmm, I don't seem to have that one.
There's a bunch of PLL_18Fxxxx_xx.hex, but that's not one of them.
Was it a special order?
DT
Darrel Taylor , I have had my copy of PLL_18F8722_40.HEX since 04/26/2005... I have used it to run one of the microchip demo boards I got a long time ago.. Charles, I only wished that MCLoader had the capability of changing the baud rate for the boot loader. I use 38400 and 57600 baud for my data and control transfers. Today I plan on using the port redirector to setup a port for MCLoader and see if I can get some activity on one of my projects using a NET-232 Jr. The only problem I can see is the latency for the handshaking during the loading process. I have had some success using TinyLoader in the past as I was able to go into the free source and add to the handshaking latency as well as change the baud rate values.. I'll keep you informed as to my progress...
Dave Purola,
N8NTA
I, too have had latency issues, and added a 24 bit delay counter right after the first jump. I set the jump vector at location 0 to jump past the end of MCLoader, pause for awhile, then jump to the beginning of MCLoader. That improved the reliability of my loads, since I use only a two-wire setup (I don't control MCLR), and bootload only on power-up.
I also modified the loader to change MCLR to a "normal" input, and then check the status of that pin before running the bootloader. If the pin was LOW, jump to the bootloader. If the pin was high, go to the bootloader's vector location and jump directly to the program without trying the bootloader. It was a "write protect" function.
Charles Linquist
Hey Dave and Charles, for some reason, I don't have that file either. A while back I got permission from Mechanique to post their mcloader hex codes. Looks like I might be missing a bunch myself. There are 160 files in my folder.
http://www.picbasic.co.uk/forum/cont...Bootloader-Hex
Do you think you could zip up your MicroLoader hex files, and email them to me, so I can post them for others?
Last edited by ScaleRobotics; - 13th July 2010 at 15:09.
Charles, I did some testing today with the program I am trying to be able to bootload over the internet. Mind you I am only doing it for the time being over the local Ethernet. If I use the port redirector that was shipped with my NET-232 set to port 3 and the IP address of the NET-232 I am able to communicate with it. I also have a command in the program to BOOT the 18F2620 after a 10 second delay. That gives me time to shutdown the telnet program and start the MCLoader program. After the 10 seconds have elapsed I am able to get the ID information from the MCLoader program but when I try the bootloader it hangs. I took a scope and looked at the RS-232 lines to and from the 18F2620 and found that indeed the MCloader program and the 18F2620 were communicating but the characters wern't changing. I am going to take a look at the source hex file for the boot loaded code in the 18F2620 tomorrow and see what the problem might be... That is all I had time to do today...
Dave Purola,
N8NTA
I might get a chance to do some testing myself tomorrow. A useful tool is
http://www.serial-port-monitor.com/f...downloads.html
Charles Linquist
Bookmarks