2005-04-11 02:09 AM
2005-04-10 07:47 PM
2005-04-10 08:20 PM
Yes, you can change the memory layout of the micro.
However, you have to pay attention that the stack never overwrites the ''recycled'' bytes... Therefore your code must not have deeply nested routines (each call uses 2 bytes plus the parameters size) and concurrent interrupt handling routines (each one ''eats'' 5 bytes). Regards, EtaPhi2005-04-11 02:09 AM