
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.
Upcoming Events
Keep up-to-date on the latest developer focused events, workshops and discussions.

Notice anything? Arm Community is changing.
Learn more about the Arm Community updates to the homepage, profile, and settings.

Arm Developer Hub
Access documentation, tutorials, and technical deep dives to help you create top-performing software solutions.

New to Arm Community?
Read this blog post to get started on Arm Community.
Latest blog posts

March 17, 2025
|
Reading time 4 minutes
Streamlining software migration in automotive systems with Arm and INCHRON

March 13, 2025
|
Reading time 12 minutes
Generative AI in game development

March 12, 2025
|
Reading time 3 minutes
Workshop on large language models (LLM) in action: Applications and evolution

March 12, 2025
|
Reading time 6 minutes
Changes to the Arm Community: A new look and improved features
Latest community activity
March 17, 2025


Keil Interface with FPGA for ARM Debugging
ARM processor fpga prototyping setup needs to be connected to Keil. 1- How to configure ARM IP (SSE710 or others) 2- How to wire from ARM processor to FPGA pins 3- Which interface board needs to be connected to the FPGA pins 4- How to connect to the Keil...

ACE:why writeunqiue/writelineunqiue cant overlap with writeback?
writeunqiue/writelineunqiue may cause a interconnection snoop,and if all master can answer a snoop(need data)back from snoop data(cd) channel,then when cant writeunqiue/writelineunqiue overlap with writeback?
I knwon it is forbidden becase this may cause...

It is due to a potential deadlock - references below are to the AXI.H.c Specification.
An ACE manager is allowed to delay responding to snoop until a WriteBack completes (D5.2.3). In some cases, the ACE managers only choice is to delay responding to the snoop as it would need to invalidate the line (for example, with a ReadUnique snoop) - see the same reference as above. If it does delay the response, then it potentially causes ordering/coherency issues.
However, an ACE manager is not allowed to delay responding to snoop until a WriteUnique it has issued completes. .


MDK-ARM V5.42 Installation Error
MDK-ARM V5.42 Installation Error
There is a problem where the installation does not proceed after an error message like the image is displayed during installation.
How can I solve this?

You're right. The current solution is a temporary workaround. In the next release, we plan to improve this by, for example, changing the file name to English only. However, it will take a few weeks for the release to be available. If this solution doesn’t work for you, we recommend continuing to use the previous version of µVision. Thank you for your understanding.

How to mapping MSI (LPIs) in Linux kernel 6.12.y ?
Hello everyone,
I am experiencing an issue with dummy device driver(for test) based on kernel-6.12.y
The problem occurs during the call to devm_request_irq()
Issue Description:
The dummy device node in the device tree is configured to use ITS-based MSI...

MDK-Middleware 8.0.0 ETH cannot communicate at 10Mbps
Hello.
We have updated the pack from 7.16.0 to MDK 8.0.0.
When connecting Eth via RMII with auto-negotiation enabled, ping works at 100 Mbps, but we are experiencing an issue where ping does not communicate at 10 Mbps.
Our investigation suggests that...
Can you help?