PreviousNext
Avoiding MOVLP #1
Help > Appendix > Code Optimization > Avoiding MOVLP #1

FLASH-                        RAM                Speed+

 

Try to group, if possible, calls of functions from the same Flash page.

 

copyBufferRF2INFO();

callingAnotherPageFunction();

eeeWriteData( 0 );

copyBufferRF2INFO();

eeeWriteData( 0 );

callingAnotherPageFunction();