| ??? 01/28/03 04:42 Read: times |
#37454 - RE: What\'s wrong with this C code? |
Keil has acknowledge the bug in their V3.51 release note. Another problem I've found in V3.20a is that the linker will wrongfully link variables to register bank 0. Then your code will trash those variables when it uses the registers R0 thru R7. Easily fixable by allocating an 7 character array at location 0. V3.51 seems to have fixed both problems.
Andy |
| Topic | Author | Date |
| What's wrong with this C code? | 01/01/70 00:00 | |
| RE: What's wrong with this C code? | 01/01/70 00:00 | |
| RE: What's wrong with this C code? | 01/01/70 00:00 | |
| RE: What\'s wrong with this C code? | 01/01/70 00:00 | |
RE: What\'s wrong with this C code? | 01/01/70 00:00 |



