This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to develop CMSIS-DSP code in Visual Studio 2015?

Hi,

I'm a new developer and I'm looking to implement some linear algebra operations on a STM32F407VG.

As a first step I was hoping to develop the linear algebra code in visual studio 2015. Is there a way of including the CMSIS-DSP library within visual studio so I can step through and implement the matrix operations in isolation without having to compile the code on the embedded platform.

I've seen the ARM fast models application on the ARM website - would this allow me to do this? 

Parents
  • Hi Mark,

    I've not used VS for this purpose, but I would still recommend using Keil MDK - it will allow you to easily create a project for this target, with all necessary start up code etc readily available, as well as full integration of the CMSIS-DSP (and other) libraries, thus allowing you to run and test your algorithms on your real hardware.

Reply
  • Hi Mark,

    I've not used VS for this purpose, but I would still recommend using Keil MDK - it will allow you to easily create a project for this target, with all necessary start up code etc readily available, as well as full integration of the CMSIS-DSP (and other) libraries, thus allowing you to run and test your algorithms on your real hardware.

Children
No data