Check Device...
Open COM3 serial port at 115200bd
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Error: No Device Detected!!!
Verify: - COM number
- baud rate
- if Device was reseted less than 1sec ago
(do you need to check "RST Reset"?)
- if TinyBootloader firmware is correctly
programmed into Device
Close COM3 serial port
Manual Reset
Check Device...
Open COM3 serial port at 115200bd
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xF7 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Error: No Device Detected!!!
Verify: - COM number
- baud rate
- if Device was reseted less than 1sec ago
(do you need to check "RST Reset"?)
- if TinyBootloader firmware is correctly
programmed into Device
Close COM3 serial port
Last edit: MAIP 2013-12-21
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In order to isolate the problem, please execute the following communication check.
Procedure of communication check
1.Check the wiring of the reset circuit serial connection and with reference to the tempearure controller.jpg.
2.Loop-back test using terminal software
Not turn the monitor on PIC, You shorting the RC7/RX and RC6/TX.
OK if it is echo by character input from the terminal software
3.Character output test using the terminal software
If any of the above is also normal, You write a test program attached in place of the boot loader
Start the terminal software, and then turn on the PIC.
The screen @@@@@@@.......... is displayed with if communication is normal.
There is a problem with the firmware above 123 if normal.
Hello,
Is that MikroC compiler work with PIC 10/12/16/18 MCUs 8 bits without modifications? if not: how to modify my code to work with tinybootloader.
Thank's man for this bootloader :)
and i want bootloader for PIC16F877A 20Mhz with HEX file.
thank's
Hi,MAIP
Compiler:
It seems to use the '# pragma orgall', but does not understand fully.
You need to check the ASM code output by the compiler.
Related information
Your Tiny_Avr-Pic_Bootloader+ (v0.8.2)/docs/Fctmt_Bootloader_PIC_AVR.xls
http://sourceforge.net/p/tinypicbootload/discussion/help/thread/c91d75e5/
https://sourceforge.net/p/tinypicbootload/discussion/compilers/thread/5a78be36/
http://longyi.web.fc2.com/HID_bootloader/USB_HID_Bootloader.html (Japnese)
Firmware:
Please use tinybld16F876A.asm
[Change]
include "p16f876a.inc"
-------->
include "p16f877a.inc"
Last edit: Dan 2013-12-10
Hello and thank's, Would you please do me a favor? I need you to compile the asm for me(i have a very slow connexion to download mplab :( ).
and for # pragma orgall what address should be i use(0xXXX) in my program
Thank you very much for your effort
Last edit: MAIP 2013-12-10
Hi,MAIP
Attach the file that was compiled.
Matched tinybld16F876A_20MHz.HEX results.
In other words You can use as it is tinybld16F876A_20MHz.HEX.
thank you very much
Last edit: MAIP 2013-12-11
Hello MAIP,
have you tried to program with TinyBootloader+ an ".hex" compiled by MikroC without modification of the code?
If so, can you tell us if it worked?
Best regards,
Edorul
Hello,
RTS Reset:
Check Device...
Open COM3 serial port at 115200bd
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Error: No Device Detected!!!
Verify: - COM number
- baud rate
- if Device was reseted less than 1sec ago
(do you need to check "RST Reset"?)
- if TinyBootloader firmware is correctly
programmed into Device
Close COM3 serial port
Manual Reset
Check Device...
Open COM3 serial port at 115200bd
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xF7 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Software reseting Device
Device answer: 0xC1 no answer...
Error: No Device Detected!!!
Verify: - COM number
- baud rate
- if Device was reseted less than 1sec ago
(do you need to check "RST Reset"?)
- if TinyBootloader firmware is correctly
programmed into Device
Close COM3 serial port
Last edit: MAIP 2013-12-21
Hello MAIP,
In order to isolate the problem, please execute the following communication check.
Procedure of communication check
1.Check the wiring of the reset circuit serial connection and with reference to the tempearure controller.jpg.
2.Loop-back test using terminal software
Not turn the monitor on PIC, You shorting the RC7/RX and RC6/TX.
OK if it is echo by character input from the terminal software
3.Character output test using the terminal software
If any of the above is also normal, You write a test program attached in place of the boot loader
Start the terminal software, and then turn on the PIC.
The screen @@@@@@@.......... is displayed with if communication is normal.
There is a problem with the firmware above 123 if normal.
Last edit: Dan 2013-12-21
1 - checked
2- loop back is ok
3- character output don't work correctly: i use usb to serial adapter and i think there is a problem in this adapter