Is there a way to do this with mP32?

General discussion on mikroPascal PRO for PIC32.
Post Reply
Author
Message
LGR
Posts: 3204
Joined: 23 Sep 2004 20:07

Is there a way to do this with mP32?

#1 Post by LGR » 22 Jul 2012 23:28

Use PIC32 Boot Flash to Expand Program Memory

http://ww1.microchip.com/downloads/en/d ... 93015a.pdf
If you know what you're doing, you're not learning anything.

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: Is there a way to do this with mP32?

#2 Post by janko.kaljevic » 23 Jul 2012 15:51

Hello,

At the moment our compiler is not designed to see Boot Flash as program memory space.
I will check this out but I can not make any promises.

Best regards.

LGR
Posts: 3204
Joined: 23 Sep 2004 20:07

Re: Is there a way to do this with mP32?

#3 Post by LGR » 23 Jul 2012 16:00

Might I suggest that an easy way to make some of this possible would be to have an option to declare certain constants to be placed in boot flash? That way, for example, a constant array containing bitmaps for GLCD characters could be stored there. Just being able to place large constant arrays in BF would be helpful.

I don't think that this is important on the large PIC32s, but is very significant on the smaller ones. The smallest has 16k of flash, and this would be very significant.
If you know what you're doing, you're not learning anything.

User avatar
janko.kaljevic
Posts: 3565
Joined: 16 Jun 2011 13:48

Re: Is there a way to do this with mP32?

#4 Post by janko.kaljevic » 20 Aug 2012 15:15

Hello,

Please check the following topic:
http://www.mikroe.com/forum/viewtopic.php?f=164&t=50039

You can use bootflash area of your controller. You just need to make sure not to use addresses which are already used by the controller.

Best regards.

Post Reply

Return to “mikroPascal PRO for PIC32 General”