Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
Bootloader problem in ARM926ejs
Jump...
Cancel
Locked
Locked
Replies
9 replies
Subscribers
118 subscribers
Views
5744 views
Users
0 members are here
Options
Share
More actions
Cancel
Related
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
Bootloader problem in ARM926ejs
F Girault
over 12 years ago
Parents
F Girault
over 12 years ago
Note: This was originally posted on 27th June 2011 at
http://forums.arm.com
I took a pick at the memory map to find that "__iar_data_init2" function, and all I found is "__iar_data_init3".
So I did 2 modifications:
1. Use __iar_data_init3
2. Modified the linker file to add .data_init and other initialization sections next to the code section. It worked once. So in order to confirm that both modifications were needed, I modified back __iar_data_init3 to __iar_data_init2 and it didnt work anymore.
Then by doing only (2) it didnt work either. So I put back both, and now it doesnt work.
But it worked once, I saw that the variable had been initialized by the __iar_data_init3 function.
Cancel
Vote up
0
Vote down
Cancel
Reply
F Girault
over 12 years ago
Note: This was originally posted on 27th June 2011 at
http://forums.arm.com
I took a pick at the memory map to find that "__iar_data_init2" function, and all I found is "__iar_data_init3".
So I did 2 modifications:
1. Use __iar_data_init3
2. Modified the linker file to add .data_init and other initialization sections next to the code section. It worked once. So in order to confirm that both modifications were needed, I modified back __iar_data_init3 to __iar_data_init2 and it didnt work anymore.
Then by doing only (2) it didnt work either. So I put back both, and now it doesnt work.
But it worked once, I saw that the variable had been initialized by the __iar_data_init3 function.
Cancel
Vote up
0
Vote down
Cancel
Children
No data