Arm Community
Site
Search
User
Site
Search
User
Groups
Research Collaboration and Enablement
DesignStart
Education Hub
Innovation
Open Source Software and Platforms
Forums
AI and ML forum
Architectures and Processors forum
Arm Development Platforms forum
Arm Development Studio forum
Arm Virtual Hardware forum
Automotive forum
Compilers and Libraries forum
Graphics, Gaming, and VR forum
High Performance Computing (HPC) forum
Infrastructure Solutions forum
Internet of Things (IoT) forum
Keil forum
Morello Forum
Operating Systems forum
SoC Design and Simulation forum
中文社区论区
Blogs
AI and ML blog
Announcements
Architectures and Processors blog
Automotive blog
Graphics, Gaming, and VR blog
High Performance Computing (HPC) blog
Infrastructure Solutions blog
Innovation blog
Internet of Things (IoT) blog
Operating Systems blog
Research Articles
SoC Design and Simulation blog
Tools, Software and IDEs blog
中文社区博客
Support
Arm Support Services
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Support forums
Architectures and Processors forum
what did these Assembly codes mean?
Jump...
Cancel
State
Accepted Answer
+1
person also asked this
people also asked this
Locked
Locked
Replies
3 replies
Subscribers
347 subscribers
Views
4288 views
Users
0 members are here
Assembly
Arm7
Options
Share
More actions
Cancel
Related
How was your experience today?
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
what did these Assembly codes mean?
Offline
duoduo duoduo
over 9 years ago
Note: This was originally posted on 3rd February 2009 at
http://forums.arm.com
Dear all,
i debugged my codes on AXD, and the microcontroller is arm7 s3c44b0.
it ran well at the beginning, into the "main" function, did some initializations, and so on.
and then it ran into the disassembly mode. the Assembly codes were below:
026ec27c [0x2e2e2e2e] cdpcs p14,0x2,c2,c14,c14,1
026ec280 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec284 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec288 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec28c [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec290 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec294 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec298 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec29c [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec2a0 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec2a4 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec2a8 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec2ac [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec2b0 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
026ec2b4 [0x69696969] stmvsdb r9!,{r0,r3,r5,r6,r8,r11,r13,r14}^
why this happened?according to these Assembly codes, can anybody tell me what was the microcontroller doing?
many thanks!
Top replies
Offline
Peter Harris
over 9 years ago
+1
verified
Note: This was originally posted on 3rd February 2009 at http://forums.arm.com It is possible that you are trying to write a software breakpoint in to a flash memory; this won't work and has a habit of...
Parents
0
Offline
Jacob Bramley
over 9 years ago
Note: This was originally posted on 3rd February 2009 at
http://forums.arm.com
It's likely that the code isn't intended for execution. Notice that the instruction code is "0x69696969". I suspect that this is a default value for some memory, perhaps to be used for measuring the stack depth in your debugger.
Having said that, it is _possible_ that it's valid code, but it's seriously unlikely.
Cancel
Up
0
Down
Cancel
Reply
0
Offline
Jacob Bramley
over 9 years ago
Note: This was originally posted on 3rd February 2009 at
http://forums.arm.com
It's likely that the code isn't intended for execution. Notice that the instruction code is "0x69696969". I suspect that this is a default value for some memory, perhaps to be used for measuring the stack depth in your debugger.
Having said that, it is _possible_ that it's valid code, but it's seriously unlikely.
Cancel
Up
0
Down
Cancel
Children
No data