Re: I downloaded mali graphics debugger v2.0 for win7 32bit, but i can't...
I didn't create processlist.cfg, because the user guide said it's OK without a processlist.cfg.
View ArticleRe: I downloaded mali graphics debugger v2.0 for win7 32bit, but i can't...
In your explanation, you didnt mention a reboot of the device.You will need to reboot the device once you have installed the interceptor library, libGLES_mgd.so.If this doesnt help, then please let us...
View ArticleARM University in BBC London News
Last night on the BBC, ARM was featured in BBC London NewsUnfortunately, the program is only available for replay for UK IP addresses: BBC iPlayer - BBC London News - 21/01/2015 (starts at 6:08) Here...
View ArticleRe: Community French section - Section française de la communauté.
En effet, c'est ce genre de chose qui rend les traductions difficiles.En plus des faux amis, tu as aussi la culture qui change le ressenti.
View ArticleRe: Cortex-M0: What's included in the binary?
In fact, it's not the job of the 'main()' function, but the job of the RESET_Handler to initialize the C-libraries.Such initialization code is normally put in crt.c or startup.c (or crt.s or...
View ArticleRe: Glmark2-es2 score for Mali T628 GPU and its dependency on Window Manager
Hi abha, Without investigating into either windowing manager, it is worth noting that to get full hardware accelerated performance, you will need to use one that supports OpenGL ES, and not OpenGL.If...
View ArticleRe: Glmark2-es2 score for Mali T628 GPU and its dependency on Window Manager
Hi abha, To get optimal performance when running a GLES application in X11 you need one of the following:- The application is configured to run in full-screen and is a top-level window (i.e., there...
View ArticleRe: Linker throws L6200E while linking a SYMDEFS generated file and other *.o...
Some update- I resolved the issue using a linker steer file.In my usage, I always use srand( ) before rand( ).Hence I do not really need seed / rand initialization by runtime library ( which is what...
View ArticleRe: About Ambiq new SPOT MCU?
It is quite impressive indeed. We need to invite them to have a space in Find a Partner now Do you have details about the ISSCC paper? I can try and ask the author to confirm/infirm.
View ArticleRendering to integer formats
I'm now trying to render to an integer format as attachment 1 GLFormat = GL_RG_INTEGER; GLInternalFormat = GL_RG32UI; Type = GL_UNSIGNED_INT; glTexImage2D( GL_TEXTURE_2D, 0,...
View ArticleRe: 哪里有关于CPU C-state P-state的介绍
Hello, The concepts of C/P-states originally come from ACPI (Advanced Configuration and Power Interface) specification, Cx talk about processor sleep status, while P about running status. please...
View ArticleDS-5 jython script interface
Hi, I am new to DS-5 and I am interested in jython script in DS-5. However, there is no document shows detail about jython interface for DS-5.Where can I find document for DS-5 jython interface? Thanks
View ArticleRe: Is possible to use the DS-5 (compiler and DSTREAM) environment to develop...
For Linux & Linux applications - GNU compiler is what you would use. ARM Compiler is intended for bare-metal (without an OS) development, or RTOS (such as Keil RTX) development. There may be some...
View ArticleRe: Is possible to use the DS-5 (compiler and DSTREAM) environment to develop...
You should be able to use DSTREAM. It would depend on what you are trying to achieve. Also, you would have to understand the debug architecture of the device you are using to understand what...
View Articlei am having trouble installing mdk474.exe file. i already tried installing...
i am having trouble installing mdk474.exe file. i already tried installing the file 3 times. can anyone help me solve the problem . i am running out of time.
View ArticleIs possible to use the DS-5 (compiler and DSTREAM) environment to develop...
We are going to start a new project with a Freescale iMX6, the RTOS is a linux and we would like to know if is possible to compile the applications with the arm compiler or is only possible to make...
View ArticleRe: Can't Trace app with MGD 2.0.1
Sorry I didn't get back to you yesterday. So I finally managed to get it working. It was indeed a problem with my firmware. The MGD is being able to intercep now although It's giving more overhead to...
View Articleprefix file or include file to compile options
Is there any way to add a common include file to compile options in DS-5? In an older development system we had something that was called a prefix file which was an file which was included in each...
View ArticleRe: About Ambiq new SPOT MCU?
Thank you! No, I don't have the details about the ISSCC paper. However, the abstract seems to be the same in terms of the sub-threshold circuits to achieve ultra low power. I think it is on-going...
View ArticleRe: Rendering to integer formats
Can you share a whole shader? It's hard to understand what you're trying to do based on those fragments. If I had to guess I would think you're precision is too low - have you tried setting the...
View Article