Quantcast
Channel: ARM Connected Community: Message List

Re: How to know thumb code or arm code?

This may be a bit late but other users might be interested in the info. I will list the steps that are needed to decode an ELF file in general (there may be some specific based on the processor...

View Article


Re: Use of *ID signals in multi master design.

Hi yasuhikokoumoto,   I'm using AXI4. Actually it seems that Xilinx's interconnect follows the recommendations from AXI specification A5.3.5 (Interconnect use of transaction identifiers). This means...

View Article


Re: armv5TE

Hi, Thanks for your attention, I wonder if I need to implement barriers(I have total freeze problems), I wonder this becauseit is written that ARMv5TE does not have instruction  optimization. I am...

View Article

armlink tool consult

hi all. I want to recude the build image. but i find some functions are not used in my project. for example, two functions who comes from one source file. now fun1() is used, fun2() not used, they are...

View Article

Re: OPTEE 2.0 tee-supplicant issue

Hi Simon,   It's been a while since Iast did this so some of this may be outdated, but please find my notes below for running the OP-TEE Hello World example TA found in this GitHub repository,...

View Article


Re: armv5TE

Architecturally you need to include barriers where ever the architecture says you need to include barriers; anything else is making assumptions about the CPU micro-architecture which may work on some...

View Article

Re: What is the advantage of floating point of CM7 versus CM4

I can't spend any more time on this.  I haven't received any feedback.  I always like to help the next person, so here's my full report out of discoveries and conclusions.  I would still very much like...

View Article

Re: Is anyone working on Mali-T62x for Linux 4.9?

This patch fixes the compile issue.

View Article


Error simulation or Code ?

hi i have a problem simulating my code however i can't find the problem always @(posedge HCLK or negedge HRESETn)  begin  if(!HRESETn)  begin  counterA <= 16'b0;  counterB <= 4'b0;  counterC...

View Article


Can the sub-folders in a DS-5 project check out from different CVS repositories?

Hi All,   My team is using ARM DS-5 Professional Edition (v5.19), and we are using build-in CVS function to control the source versions.   We are having a problem of checking out folders from different...

View Article