Most voted "cortex-a" questions
3 questions
Sort by count of
-
5
votes1
answer145
viewsDevelopment windows CE Cortex-A9
I have a Processor Collector: Ti Cortex-A9 OMAP4430, I have developed a clamp using Lazarus 1.6.2, I am trying to compile, I am getting the following message: Error: Illegal Parameter: -Cpcortexm3…
-
0
votes1
answer112
viewsHow to debug a C/C++ application remotely using ECLIPSE, different operating systems?
I am developing a C++ application that runs a Nanopi M3 board with Linux specially compiled for my purpose, and there have been certain errors and unexpected behaviors, I would like to be able to…
-
0
votes0
answers42
viewsHow to ensure that a code in a Cortex-A is running at maximum CPU frequency
When executing a C code I need to execute every 30ms a set of calculations that transforms an image and that is taking up to 100ms which forces me to discard 3 of every 4 frames that I get. How can…