Knowledge Base
...
Software Tools
MikroC
Bootloading Procedure
3min
The Bootloader that uses a physical USB port or a COMPORT emulator is only available when installing the MIkroC software.
From the MikroC compiler, locate the Tools > mikroBootloader menu option.
The RADIX - DUO | RADIX SEPIA has the MikroC firmware installed as a courtesy and at no charge. This is to facilitate the use of the RADIX-DUO if an alternative means to program the device is not available. The content in this article is also applicable for use with MikroC's product range of PIC Ready PCBs for 18F Devices.
The procedure to bootload the development board is simple and easy to perform. Start: Open MikroC » Tools » MikroBootloader
- Click, Select Comport and from the drop-down select the comport that has been used to connect to the PCB
- Set Baud Rate to 115200, remaining settings are default
- At Select MCU, change to PIC18
- Click Connect, and then press the rest button on the PCB
- Click
To bootload the device, do the following:
- Power up the development board
- Connect the USB cable to both the development board and the PC
- Connect to Device
- Click Connect
- Press the reset button on the PCB; you have a few moments to do this before the software times out
- MikroBootloader will report when it is connected
- Click Browse for HEX
- Locate the [YourFileName].hex
- Select the file, click Open
- Click Begin Uploading
- When the process is complete, you may disconnect the development board from the USB cable and reboot the device to ensure that the reprogramming is complete
- Your code update is complete
Updated 22 Feb 2024
Did this page help you?