This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil uV4.01 -- Problems

Hello

I have code which I have complied in uV3.6 and worked on a kit, now I have changed the uV to uV4.01, I am not able to compile error free. So have changed the key terms in the new Header file Format. But Still I am not getting the Outputs

Parents
  • I also encountered this question several months. I found several examples of MDK3.4 applied in the ARM7 AT91RAM7S64 (..\mouse ). But I used the Keil arm 2.42 software to compile the program of examples of MDK3.4. I tried and I checked every lines very careful. But the chip of AT91ARM7S64 didn't work. At last, I found that the file of SAM7S.s in the MDK3.4 was different from the file of SAM7S.s in the Keil arm 2.42. I copyed and replaced the file of ASM7S.s and finally I success. But I didn't know the reason beacuse I opened the two files of ASM7S.s and compared each other. They were almost the same.

Reply
  • I also encountered this question several months. I found several examples of MDK3.4 applied in the ARM7 AT91RAM7S64 (..\mouse ). But I used the Keil arm 2.42 software to compile the program of examples of MDK3.4. I tried and I checked every lines very careful. But the chip of AT91ARM7S64 didn't work. At last, I found that the file of SAM7S.s in the MDK3.4 was different from the file of SAM7S.s in the Keil arm 2.42. I copyed and replaced the file of ASM7S.s and finally I success. But I didn't know the reason beacuse I opened the two files of ASM7S.s and compared each other. They were almost the same.

Children