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
"I am not able to compile error free"
So, what errors did you get?
"So have changed the key terms in the new Header file Format"
What "key terms"? What "new header file format"? What changes, exactly, did you make?
"But Still I am not getting the Outputs"
What Outputs?
Hello Mr Andy
I am sorry I didnt give you a good explanation
So here I am ----------- I was using Keil uV3.4, with which I had written a code for LCD Display and USB detection. This Code is working very well. But now my client want me to use Keil uV4.01. So I took the same old code and compiled in Keil uV4.01, its showing lots of ERROR. This errors were related to header file "LPC23xx.h". Thats why I changed the key Terms in my code, which was showing error, to match with the header file of Keil uV4.01 I have to complete my project by this week so now I am looking for Keil uV3.4 software(let that be Evaluation Version) to support my ARM Kit, Do you have?
If S please mail me to naveencali@gmail.com.
And you _still_ don't think that it would be a good idea to post the actual error messages?
"I am sorry I didnt give you a good explanation"
But you have still not answered any of the questions that would enable anyone to offer you any help at all!
"its showing lots of ERROR"
What errors, exactly, is it showing? Copy & paste them - do not try to re-type them manually. Remember that the errors alone are unlikely to be meaningful without seeing the code that caused them...
"I changed the key Terms in my code"
What do you mean by "key Terms"? What "key Terms" did you change? What changes, exactly, did you make?
the error was
error : #20: identifier "OTG_CLK_CTLK" is undifined error : #20: identifier "OTG_CLK_STAT" is undifined
This one I corrected
...I am looking for Keil uV3.4 software(let that be Evaluation Version)...But now my client
You are supposed to SELL binaries created using evaluation software, yes?
I am not selling software I am selling my hardware Ya my software should support hardware
But you are aware that it doesn't matter if you sell your software or not? If the software is used commercially (which it is if you sell or rent out the hardware), then you need the commercial Keil license.
The very first item on the list is:
You may not use the Evaluation Version of the uVision IDE/Debugger to create commercial products.
http://www.keil.com/demo/limits.asp
Hey Thank You Mr Andy
We have a original Version of keil uV3.6 with License. Now please tell me weather I can use evaluation version of Keil uV4.01
Naveen
No, the eval version is still just an eval version.
You need a support agreement or similar to upgrade.
By the way - why are you sometimes talking about version 3.4 and sometimes about 3.6?
"Now please tell me weather I can use evaluation version of Keil uV4.01"
It seems pretty clear to me!
Again:
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.
Add problem: in project on LPC288x in mode of the debug(debugging) is absent the list "Peripherals".