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,
We are migrating the IAR based STR91XX(ARM9)project to Keil environment.
I could see __iar_data_init, some system predefined function (not sure what it do). Might be some data initialization. What is it's equivalent replaceable pre-defined function in Keil environment.
Used in following scenario as part of start of program start:
EXTERN __iar_data_init ------ ---- LDR r0,= __iar_data_init ------ -------
Regards, Siva