Interrupt Vectors Error In Bootloader App

Post your requests and ideas on the future development of mikroC PRO for AVR.
Post Reply
Author
Message
datochanturia
Posts: 1
Joined: 22 Feb 2020 21:16

Interrupt Vectors Error In Bootloader App

#1 Post by datochanturia » 13 Dec 2022 01:56

Hello.

When I write the bootloader program, the bootloader interrupt vectors are written to address zero, but not in the bootloader sector.

For example: Atmega1281 bootloader program will be located BOOTLOADER_START_ADDRESS = 0xF000;
And the interapt vectors are written to address zero. which is a mistake.

If there is a solution so that when writing the bootloader program, the interrupt vectors are placed in the correct location, please let me know.

Thanks in advance. Best wishes, David.
Attachments
Ok.jpg
Ok.jpg (229.61 KiB) Viewed 1157 times
Error.jpg
Error.jpg (200.85 KiB) Viewed 1157 times
Config.jpg
Config.jpg (68.81 KiB) Viewed 1157 times

Post Reply

Return to “mikroC PRO for AVR Wish List”