• Need more Insights on CFGMEMALIAS bits in Cortex-M55
    Hello, I wanted to understand the use case of CFGMEMALIAS bits in Cortex-M55 controller. I could not get more details about it from TRM
  • Vector Table relocation on M33/M55
    I'm trying to relocate and dynamically change the vector table's contents. Keeping this in mind, I have the following code: sample.c: extern void svc_handler(void); volatile uint32_t *VTOR; stl_vect_t...
  • Cortex-M instruction set test?
    Does there exist an instruction set test for the Cortex-M series?  This might also be known as a CPU instruction test, or by other terms...  Such test would be used to diagnose potentially faulty CPU...
  • cortex-A15 instruction set and optimization ways on this platform?
    Dear, I am an greenhand developer on cortex-a15. now I need some specification as follows: where I can get the instruction set of cortex-A15? are there some documents about optimization technology on...
  • ARMv8-A instruction set
    Hello guys, ARM ARM documentation (ARMv8-A) describes mostly everything about instructions decoding, but data there are not safe for parsing. So I was wondering if there is a parsable format (JSON,...