Arm Community
Site
Search
User
Site
Search
User
Groups
Arm Research
DesignStart
Education Hub
Graphics and Gaming
High Performance Computing
Innovation
Multimedia
Open Source Software and Platforms
Physical
Processors
Security
System
Software Tools
TrustZone for Armv8-M
中文社区
Blog
Announcements
Artificial Intelligence
Automotive
Healthcare
HPC
Infrastructure
Innovation
Internet of Things
Machine Learning
Mobile
Smart Homes
Wearables
Forums
All developer forums
IP Product forums
Tool & Software forums
Pelion IoT Platform
Support
Open a support case
Documentation
Downloads
Training
Arm Approved program
Arm Design Reviews
Community Help
More
Cancel
Developer Community
Tools and Software
Software Tools
Jump...
Cancel
Software Tools
Arm Development Studio forum
How to enter USR mode from SVC mode?
Tools, Software and IDEs blog
Forums
Videos & Files
Help
Jump...
Cancel
New
Replies
3 replies
Subscribers
127 subscribers
Views
2383 views
Users
0 members are here
Related
How to enter USR mode from SVC mode?
Offline
Jerry Fan
over 7 years ago
Note: This was originally posted on 1st August 2011 at http://forums.arm.com
I changed CPSR to 0x1D0(which means USR mode )in SVC mode in cortex-a8 platform(freescale imx51), but a perfetch_error occured, the PC hung at 0x0c. Could anybody help me figure this issue out, please?
OR anybody has some code some hwo to enter USR mode from SVC mode?
Best Regards
Jerry
Parents
Offline
Christophe Beausoleil
over 7 years ago
Note: This was originally posted on 1st August 2011 at
http://forums.arm.com
Hi Jerry,
Here is how I do for Cortex-R4F :
mrs r1, cpsr
orr r1, r1, #0x0010
bic r1, r1, #0x000F
msr cpsr_c, r1
Hope it helps
Best regards
Christophe
Cancel
Up
0
Down
Reply
Cancel
Reply
Offline
Christophe Beausoleil
over 7 years ago
Note: This was originally posted on 1st August 2011 at
http://forums.arm.com
Hi Jerry,
Here is how I do for Cortex-R4F :
mrs r1, cpsr
orr r1, r1, #0x0010
bic r1, r1, #0x000F
msr cpsr_c, r1
Hope it helps
Best regards
Christophe
Cancel
Up
0
Down
Reply
Cancel
Children
No data
More questions in this forum
By title
By date
By reply count
By view count
By most asked
By votes
By quality
Descending
Ascending
All recent questions
Unread questions
Questions you've participated in
Questions you've asked
Unanswered questions
Answered questions
Questions with suggested answers
Questions with no replies
Not Answered
Getting errors after including arm_math.h
0
stm32 h7
Keil
Digital Signal Processor (DSP)
STM32
21600
views
9
replies
Latest
1 month ago
by
roger-liu
Not Answered
freeRTOS demo DS-5 ERROR(CMD360) when trying to debug
+1
6766
views
12
replies
Latest
2 months ago
by
tolc
Answered
ubuntu - How to uninstall Arm Development studio and all its requirements
0
Arm Development Studio
3649
views
1
reply
Latest
2 months ago
by
Jonathan Simmonds
Answered
DSTREAM Probe damage - Spare parts?
0
DSTREAM
5844
views
2
replies
Latest
2 months ago
by
SamGKN
Suggested Answer
Optimized ARM version of memcmp
0
4217
views
3
replies
Latest
2 months ago
by
Ronan Synnott
<
>
View all questions in Arm Development Studio forum