Difference between revisions of "ARM processor"
From Wiki at Neela Nurseries
m (Make note of search for Armv8-M Architecture Reference Manual ID28092022) |
m (Add section "Synchronization Primitives LDREX and STREX") |
||
Line 1: | Line 1: | ||
− | == OVERVIEW == | + | == [[#top|^]] OVERVIEW == |
This page for notes on ARM processor architecture, and related ARM IP works. | This page for notes on ARM processor architecture, and related ARM IP works. | ||
Line 14: | Line 14: | ||
<!-- comentario --> | <!-- comentario --> | ||
− | == Advanced Hardware Bus AHB == | + | == [[#top|^]] Advanced Hardware Bus AHB == |
ARM architecture and related IP, link to AHB paper by Rinku 1, Pawan Kumar Dahiya 2 | ARM architecture and related IP, link to AHB paper by Rinku 1, Pawan Kumar Dahiya 2 | ||
* https://www.iosrjournals.org/iosr-jvlsi/papers/vol7-issue4/Version-1/H0704015156.pdf | * https://www.iosrjournals.org/iosr-jvlsi/papers/vol7-issue4/Version-1/H0704015156.pdf | ||
+ | |||
+ | <!-- comentario --> | ||
+ | |||
+ | == [[#top|^]] Synchronization Primitives LDREX and STREX == | ||
+ | |||
+ | ARM Synchronization Primitives LDREX and STREX . . . | ||
+ | <ul> | ||
+ | * https://developer.arm.com/documentation/dht0008/a/ch01s02s01 | ||
+ | </.ul> | ||
+ | |||
+ | <!-- comentario --> | ||
<!-- EOF --> | <!-- EOF --> |
Revision as of 19:16, 13 April 2023
^ OVERVIEW
This page for notes on ARM processor architecture, and related ARM IP works.
ARM Architecture and Instruction Set Notes
- http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0040d/Cabdcdci.html . . . ARM BX "branch and exchange" instruction (branch and change to thumb mode)
[ ] . . . search for Armv8-M Architecture Reference Manual ID28092022
^ Advanced Hardware Bus AHB
ARM architecture and related IP, link to AHB paper by Rinku 1, Pawan Kumar Dahiya 2
^ Synchronization Primitives LDREX and STREX
ARM Synchronization Primitives LDREX and STREX . . .