Hello,
I recently installed Keil µVision v5. I am interested in seeing if an older project that was built and run in Keil µVision v4 will work without any issue in the newer version of the IDE.
Unfortunately for me, before I can even test…
Hello,
I recently installed Keil µVision v5. I am interested in seeing if an older project that was built and run in Keil µVision v4 will work without any issue in the newer version of the IDE.
Unfortunately for me, before I can even test…
Hello,
I'm trying to analyze an app with the GA and integrate it with Streamline.
The Graphics Analyzer requires an apk 25 or lower and I can't modify the targetsdk in the build.gradle file because that brings up some errors about not being able to…
I'm trying to profile an app developed in Unity with Streamline. I followed the instruction for setting up the package here to make it debuggable, but I still get this from the terminal:

"run-as: package not debuggable: com.srm.streamlinelab…
I'm trying to go through the steps of getting started with Streamline but I got stuck on the gatorme command : instruction says "On the host, run the gatorme script to set up the target device so that Streamline can connect to it. Use the following…
Hi Experts,
For Cortex R and M processors Linaro has recommended the GCC arm-none-eabi 4.9 whereas for A series processors it is recommending normal GCC eabi.
what is the key difference between the same ?
Regards,
Techguyz
I really want to just write some values to registers but I am really struggling to get the most simple of ASM projects to build
I am coming from PIC background and for an intial lab I want to be able to just show some students how to load a register and…
Hello everyone.
I am new in programming and I am wondering what the linker file is used for and what It does? The programing environment I use is IAR embedded workbench. The only thing I know is that the linker file is used as a reference between the binary…
Hi, I just wanted to start programming ARM, I got an NXP LPC1768 board! I wrote my first program!
here is code
#include "LPC17xx.h"
int main(void) {
int a;
LPC_GPIO1->FIODIR=1;
while(1) {
LPC_GPIO1->FIOSET=1;
for(a=0;a<7200000;a…Hi guy,
I'm using ARM STM32F103RC, Cortex M3.
when I compiler the code with this order:
//GPIO structure used to initialize port
GPIO_InitTypeDef GPIO_InitStructure;
//Enable clock on APB2 pripheral bus where button…
Hello Friends,
I have a Altera SoC Cyclone 5 Dev Board
I have build (using 30 days evaluation license) the sample "Hello World" Code on Altera DS-5 (Attached Print-Screen)
Then copy generated object file (test.o) to SoC Board and then run this…