How to create mikroBootloader HEX file

General discussion on mikroC PRO for PIC.
Post Reply
Author
Message
kumar123
Posts: 68
Joined: 17 Oct 2023 07:32

How to create mikroBootloader HEX file

#1 Post by kumar123 » 14 Dec 2023 13:15

Hi,
I have programmed the PIC18F67K40 microcontroller with the mikrobootloader hex file, which I got from the mikroE support. After programming the microcontroller with the mikrobootloader hex file, I am trying to connect with the mcu through UART, but it didn't response anything.
This is the hex file I am using PIC18F67K40_Bootloader_v100.hex
This is the configuration I am using mikrobootloader GUI
t2.png
t2.png (29.77 KiB) Viewed 207 times
Regards,
Kumar

corneasushi@gmail.com
Posts: 2
Joined: 10 Jan 2024 09:20

Re: How to create mikroBootloader HEX file

#2 Post by corneasushi@gmail.com » 10 Jan 2024 09:20

First, make sure that the baud rate setting in your UART communication code matches the baud rate configured in the mikrobootloader GUI and the microcontroller firmware. Mismatched baud rates can prevent successful communication.

eugenephilip572@gmail.com
Posts: 1
Joined: 09 Feb 2024 11:17

Re: How to create mikroBootloader HEX file

#3 Post by eugenephilip572@gmail.com » 09 Feb 2024 11:20

To create a mikroBootloader HEX file, follow these steps: Install the mikroC PRO for PIC compiler. Write and compile your PIC microcontroller program using mikroC. Use the mikroBootloader application to generate a HEX file from your compiled program. Follow the instructions provided by the mikroBootloader to ensure a successful HEX file creation.
Visit our Website: https://theultravioletofbeing.com

Post Reply

Return to “mikroC PRO for PIC General”