I have to port a solution i am working on for Cortex-M4. I need to build,profile and later optimize.
Can somebody please suggest which all tool will be helpful.
I have to port a solution i am working on for Cortex-M4. I need to build,profile and later optimize.
Can somebody please suggest which all tool will be helpful.
compiling this first try with uVision:
AREA x,CODE,Readonly
ENTRY
mov r0,#1
END
results in:
*** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'…
my old code(lpc2148) newly compiled with keil4 is ot working with target board. what may be the problem
I’m now working on uV5.0 and find that uV5.0 responds too slow. Every time I click a button, like “OK”, uV5.0 will let me wait for a long time. And it takes a lot of time on building. For example, building a light weight project will costs me 3.5 mins…
I want to start writing and testing ARM Assembly programs. What emulator should I use? Does DS-5 or Keil MDK-ARM suffice?