I'm doing table patterns in my LED matrix. I placed delay routines bottom of my code.When my program gets bigger above 2K limit the code gets stuck.
MPLAB also generates a warning message "Crossing Page Boundary". For the entire program I'm calling Delay routine over 200 times. I noticed when my delay routine address goes above 2K limit this happens.
Is there anyway to call delay without problem?
MPLAB also generates a warning message "Crossing Page Boundary". For the entire program I'm calling Delay routine over 200 times. I noticed when my delay routine address goes above 2K limit this happens.
Is there anyway to call delay without problem?