Can we add RealView Development Suide Plug in to DS-5 ide and debug ARM cortex M devices like we did in eclipse ?_?
Hi FaintSmile,
thanks for clarifying your use-case. I might have a solution for you, but I need to do a bit of investigation on my side.
I don't have an STM32f429 but I do have an STM32/F0 discovery board so I'll do a bit of investigation using that.
Please bear with me and I'll get back to you.
Regards,
Stuart
Firstly, please accept my apologies for the delay in getting back to you on this, there were some technical issues that prevented me from logging in.
You were looking at DS-MDK, which is an Eclipse-based IDE and is a embedded development environment suitable for a subset of the NXP iMX6/i.MX7 devices.
It however, not really suitable for development on other devices such as the STM32F429. This is what I was looking into.
So I cannot recommend that as a solution for you.
Your best bet here would be to use Keil MDK toolchain. It has the full CMSIS-PACK support for your target STM32F429 but of course is not based around an Eclipse IDE.
see http://www2.keil.com/mdk5/core for more information. You could always download the MDK-Lite version and try that first (there is a simulator included so you don't need to connect to the target)
I hope that helps ?