Welcome to Arm Community
Forums
Browse our support forums for solutions to your questions, and get help from arm experts.
Blogs
Read the latest Arm Community blogs and explore the latest in what Arm engineers are writing about.
Events
Keep up-to-date on the latest developer focused events, workshops and discussions.

Upcoming maintenance
Arm Community will undergo scheduled maintenance on Saturday, 20 September, from 12:00 am to 12:00 pm BST. During this time, brief periods of downtime may occur.

Access Neural Super Sampling
Start experimenting with Neural Super Sampling for mobile graphics today

How Neural Super Sampling works
A deep dive into a practical, ML-powered approach to temporal super sampling.
Latest blog posts

September 19, 2025
|
Reading time 2 minutes
Unlock the power of SVE and SME with SIMD Loops

September 18, 2025
|
Reading time 16 minutes
Building an on-device multimodal assistant for automobiles

September 17, 2025
|
Reading time 9 minutes
Out-of-band telemetry on Arm Neoverse based servers

September 16, 2025
|
Reading time 9 minutes
Optimizing Code Cache Performance for Large Code Footprint Java Applications on Neoverse
Latest community activity
September 19, 2025

processus time double after fews seconde
hi,
my application use android java JNI to process camera vidéo in real time. The C part use openCL and multicore threading with médiatek 9200+ and mali G715.
Something strange append with the application. After fews seconde of processing...

hi,
I did some test this morning. And this time i removed all the multi core threading. And the big surprise is there is no more double time. So i conclude that it is the use of the CPU or multicore threading that cause the problem. All OpenCL command are fine, enqueuemapbuffer, enqueuewritebuffer and enqueuereadbuffer.
It look like the massive usage of the CPU is my problem. As soon as i start the massive CPU work the problem appends. But i do not anderstand why it slow done after alway the same amount of frame proceced.

Race Conditions in CXS interface protocol. Why?
According to the AMBA CXS specification, there is a section describe about the RACE conditions with below elaboration.
The Receiver asserts the CXSACTIVEACK signal, to move from ACTIVATE to RUN, and starts sending
credits:
— The Receiver is permitted to...


Race Conditions in CXS interface protocol. Why?
According to the AMBA CXS specification, there is a section describe about the RACE conditions with below elaboration.
The Receiver asserts the CXSACTIVEACK signal, to move from ACTIVATE to RUN, and starts sending
credits:
— The Receiver is permitted to...

Locking this thread, as it a duplication of community.arm.com/.../race-conditions-in-cxs-interface-protocol-why

CPAKs: Cycle accurate simulator/emulator for a Cortex M4 processor based board
Dear ARM community,
I am a PhD student in France. My research involves the detailed architectural simulation of ARM Cortex-M4 processors, for which I require a cycle-accurate model.
I have attempted to locate the necessary tools through the following...

You may be interested in Arm IP Explorer:
https://www.arm.com/products/ip-explorer
Arm also offers a number of options to support academia, see:
https://www.arm.com/resources/education

i.MX 8M Plus EVK connection error with arm developemnt studio withj DT stream
purchased i.MX 8M Plus EVK , DSTREAM-ST and connecting with DS-5 debugger to EVK.after 59% showing failed to connect to any device on the tartget.
please guide us if any mistake in DSSTREAM Connection to the i.MX 8M Plus EVK, else any procedure to debug...
September 18, 2025


application firmware failed to start after jump from bootloader
I'm using Keil scatter file to put my bootloader @0x08000000, application @0x08010000, boot_tag @0x0800FE00, my bootloader firmware works, it print out application sp and reset_handler before call jump_to_app(), those to values match with .map file, but...

Please read our knowledgebase article: https://developer.arm.com/documentation/ka002218/latest/
There are more things to consider than just the SP and the start address of the application.
Can you help?