Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIf you know which is the maximum dimension of the data stored in flash and you can estimate the size it can reach in future, place the data before the program so you can avoid checking the size of the program everytime you modify it. Or, if you can better estimate the size of the program, do it reversed.
I think you can not find this information in handbooks since it strictly depends on your design constraints.