| ??? 01/24/03 23:36 Read: times |
#37215 - RE: DATA to XDATA problem |
Thanks for your answers,
James, I can't debug the software step by step. The only way I have is to monitor variables by sending their value on HyperTerminal or LCD... Not always so easy then ! Andy, the point you've mentionned is very interesting. I've already experienced some strange behaviours by declaring an array as : U8 *au8Array; I had to change to : U8 au8Array[x]; with x= a defined value. to make the code working correctly. But I didn't know why. Is it what you're speaking about by saying "Uninitialised Generic Pointers" ? Does it mean that we should always avoid the *u8Array syntax ? It's useful to declare an array without its size. Regards Stephane |
| Topic | Author | Date |
| DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
| RE: DATA to XDATA problem | 01/01/70 00:00 | |
RE: DATA to XDATA problem | 01/01/70 00:00 |



