We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi friends,
I am using AT91SAM7SE512 controller with keil.
I am having the USB CDC code for AT91SAM7S64 controller in IAR tool.
I want to convert the code from IAR to Keil .
How can i do this? for this did i change or include any files?
i already asked in the forum no one is giving reply?
could you please help me...
with regards, Murthy.R
What about this, then: http://www.keil.com/forum/docs/thread11465.asp
But your previous thread said that you have converted it: http://www.keil.com/forum/docs/thread11502.asp
"for this did i change or include any files?"
I don't know - did you?
Some key things you need to consider when porting from one compiler to another are:
* Implementation-Defined Behaviour - such as data representations, calling conventions, etc;
* Language extensions;
* Dependence on specific non-standard libraries.
Did you carefully check all of them?
What debugging have you done on your converted code?