We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.
Hi Alvin,
Keil MDK might be the product you are looking for: http://www2.keil.com/mdk5/
It includes Arm Compiler to optimize and build your project for Cortex-M4 targets and it also has several features useful for profiling your code as well: http://www2.keil.com/mdk5/debug/ If you're interested in power, you can also use ULINKplus to profile your code for power consumption: https://www2.keil.com/mdk5/ulink/ulinkplus
Hope this helps. Let me know if you have any further questions.
Best Regards,Stefano
Thanks Stefano, will check about this and let you know if any moreconcern.