actually i had a program working very well when i tested it with my system. but when i created a new hex file from different computer for the same program it did not work. both systems had UV kEIL4
so i copied the project file from 1st computer and pasted it in the 2nd computer and in that project i compiled again so the new hex file does work.. why is this happening ?
What is the problem in the compiler of the 2nd pc ? plz help
hello
you were right. there was only one problem in the keil and that was - "options for Target1" --> "linnker" --> tick on - "Use memory layout from target dialog"
after this the code executes fine.
can you explain why so ?