RX memory

General discussion on mikroBasic PRO for PIC32.
Post Reply
Author
Message
lpmsr
Posts: 117
Joined: 17 Jul 2009 02:10

RX memory

#1 Post by lpmsr » 24 Sep 2014 17:05

I have msgs after compiling like...

0 1144 Used RX: 32 (100%) Free RX: 0 (0%) Used RX: 32 (100%) Free RX: 0 (0%)

I don't explicitly write anything to this memory. Do the libraries do this? Should I be concerned that it's at
100%? Is there a way to manage this memory or does it matter?

User avatar
dejan.odabasic
mikroElektronika team
Posts: 2649
Joined: 30 Apr 2012 14:20

Re: RX memory

#2 Post by dejan.odabasic » 25 Sep 2014 11:57

Hello,

Compiler is in charge of working registers memory RX occupation.
No need to be concerned about 100% occupation.

If you explicitly need to use variable which is inside of working registers space, you can use rx memory type specifier.

Best regards.

lpmsr
Posts: 117
Joined: 17 Jul 2009 02:10

Re: RX memory

#3 Post by lpmsr » 25 Sep 2014 14:13

Thanks...

Post Reply

Return to “mikroBasic PRO for PIC32 General”