Search found 1 match

by mikasa
21 Mar 2024 09:16
Forum: mikroC PRO for PIC General
Topic: Time out problem with mikro bootloader GUI
Replies: 1
Views: 378

Re: Time out problem with mikro bootloader GUI

Instead of a hardcoded limit, you can consider implementing a timeout mechanism based on a timer interrupt. Below is a modified version addressing the timeout issue and adding comments #pragma orgall 0x1C000 #define BOOTLOADER_START_ADDR 0x1C000 #define START_PROGRAM_ADDR 0x1C300 static char block[6...

Go to advanced search