Search found 2 matches

by corneasushi@gmail.com
26 Jan 2024 09:06
Forum: mikroBasic PRO for PIC General
Topic: Interaction between interrupts
Replies: 1
Views: 514

Re: Interaction between interrupts

Implement critical sections in your code, especially when updating shared variables or registers in both the main loop and interrupt service routines. Disable interrupts temporarily when critical sections are being executed to avoid unexpected behavior.
by corneasushi@gmail.com
10 Jan 2024 09:20
Forum: mikroC PRO for PIC General
Topic: How to create mikroBootloader HEX file
Replies: 2
Views: 365

Re: How to create mikroBootloader HEX file

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.

Go to advanced search