FLASH- RAM Speed+
Try to group, if possible, calls of functions from the same Flash page.
copyBufferRF2INFO(); callingAnotherPageFunction(); eeeWriteData( 0 ); |
copyBufferRF2INFO(); eeeWriteData( 0 ); callingAnotherPageFunction(); |