??? 08/10/07 19:44 Read: times |
#143064 - You are right Responding to: ???'s previous message |
Yes. do not use malloc() or similar memory functions. I have only bad experience with this basic memory functions in 8051 :( Static arrays are more safe with more predictible behaviour. I am always working with XRAM and so much variables stored here. I think it is better to use static allocation of any array and structures. |