Mini32-Bootloader size?

mikroC, mikroBasic and mikroPascal PRO for Microchip’s 32-bit PIC MCUs
Post Reply
Author
Message
mrki.ru45
Posts: 2
Joined: 26 Feb 2017 16:07

Mini32-Bootloader size?

#1 Post by mrki.ru45 » 26 Feb 2017 16:30

Hi dear,

A have some questions about mini32 board and bootloader for PIC32mx534F064H.
I use mplabx and compiler xc32 and problem is about Program memory when code goes over 64%.

From picture in attachment i calculated bootloader size is around 28kB, is it really that?

Thanks in advance!

Dejan
Attachments
bootloader_size.jpg
bootloader_size.jpg (397.9 KiB) Viewed 6444 times

User avatar
filip
mikroElektronika team
Posts: 11874
Joined: 25 Jan 2008 09:56

Re: Mini32-Bootloader size?

#2 Post by filip » 27 Feb 2017 14:24

Hi,

The MINI-32 bootloader occupies around 13 kB of program memory, or 20 percent of total program memory of PIC32MX534F064H.
From the datasheet I see that this MCU has 64 kB of program memory and user can allocate its program up to 0x9D00BF00, where the StartProgram routine begins.

Basically, the user program cannot exceed approximately 47 kB (0x9D00BF00 (StartProgram address) - 0x9D000000(start ROM address)).

Regards,
Filip.

Post Reply

Return to “PIC32 PRO Compilers”