Re: IDE Recommendation
As Drew said, the Keil tools are very good, as are the IAR ones (and both have free size limited options). Eclipse is certainly becoming the defacto standard, so it my be worth going through the pain...
View ArticleDS 5.16 30-day-evaluation license could not be used
Said there was no such feature" armasm" ,while I am sure I used the professional version.It seems that there is no such problem before 5.16 which was updated recently
View ArticleRe: DS5 Evaluation license problem
Hello, this duplicated question is handled in DS 5.16 30-day-evaluation license could not be usedI am closing this thread. Thanks!
View ArticleRe: Why was EGLImage/gbuffer support removed from the Mali Android SDK after...
The Mali OpenGL SDK for Android v1.4 (the latest release) still contains the EGLImage example. As far as I am aware it was never removed.
View ArticleRe: #badBIOS
Hi Dan, seemed a bit weird to me. The descriptions I have read seem to bring so much more capability to the piece of silicon... I mean soon I will want to install it because its communication speed is...
View ArticleRe: Why was EGLImage/gbuffer support removed from the Mali Android SDK after...
EGLImage was given as a recommended option for loading dynamic textures ( I would assume that is why the example was added to the SDK ). If this is not the correct course of action, then the example...
View ArticleRe: Why was EGLImage/gbuffer support removed from the Mali Android SDK after...
> If EGLImage is not the recommended way,EGLImages are still a good way of doing it - PBOs provide the same type of functionality in core OpenGL ES so you avoid a dependency on EGL providing the...
View ArticleRe: DS-5 Streamline usage
No; Sample Rate Normal is 1KHz => 1mS and Sample Rate Low is 100Hz => 10mS See the docs at the link above.
View ArticleRe: Do any of the Freescale products support HDMI-CEC?
Thank you Brad, however, I scanned the documents and could not find any reference to cec. To be clear I was hoping there would be something like libCEC from Pulse-Eight as used on the Raspberry Pi...
View ArticleL2 prefetch enable.
Hi All, Requirement:Globally Enable L2 and L1(Dside) Prefetch option I need to confirm that setting L1 prefetch enable in L2 (Pl310 ) ACTLR needs to be done individually for all available arm cores on...
View ArticleHow to make native Unix/Linux daemon work on Android?
I'm searching the Internet for a serveral days with no result. So, I decided to ask the community to shed some light on this. I have an application written in C++ that I compiled for Android OS. The...
View ArticleRe: DS 5.16 30-day-evaluation license could not be used
What was the exact error message you originally got? And where did you get it (in the Eclipse GUI, from a command prompt...) The license you have is for the evaluation version of the DS-5, this will...
View ArticleRe: glBlitFramebuffer from FBO -> Back Buffer leaves trails on Nexus 10
Hi Evan, I have some advice for you from the driver team:The advice for a workaround from my side would be:Don't use FB blit to resolve MSAA surfacesUse FramebufferTexture2dMultisampleExt to render...
View ArticleRe: Re: DS 5.16 30-day-evaluation license could not be used
Ok, did a bit of digging. I'm assuming you're using Linux based on the license path. Try this: $ <suite_install_dir>/bin/suite_exec bash$ export ARMCC5_ASMOPT=--tool_variant=ds5eval$ export...
View ArticleRe: DS-5 Streamline usage
Yes, you are right. I got it wrong. we used this tool a year back to analyze the performance gaps in our video codecs but stopped using as it was not giving clear data to pin point functions which are...
View ArticleRe: question about bootloader for big.LITTLE SOC
It depends on your hardware configuration.Here is a reference:How do I reset individual CPUs on the CoreTile Express A15_A7 (TC2)?
View ArticleSemihosting support with GNU ARM 4.7.4 compiler
Does ARM 4.7.4 GNU compiler provide some semihosting libraries ??Similar libraries are available for Codesourcerty tool chians...Are there any samples for semihosting available with this tool chain or...
View ArticleSTM32F407VG Programming Circuit
i have just brought EasyMx PRO™ v7 Kit for STMicroelectronics STM32 ARM Processors. The kit is good and its working fine but now i have to design its pcb to work with it in more comfortable way. Need...
View ArticleRe: I want to know priority of Cortex-M3 processor
Hi Kyujin, In your code you set the priority group setting to 2, so bit [7:3] is group priority / pre-empt priority, and bit [2:0] is sub priority.Next the question is how many bits are implemented in...
View Article