iNemo STEVAL-MKI062V2 using C++
Hello everyone,
I've just purchased an evaluation board (iNemo STEVAL-MKI062V2) and I'm trying to run an application in Visual Studio 2010 Professional in C++. Here are my doubts:
- As user guide I just found the pdf (Application Note AN3144) but I've realised that this is for the Version1 (STEVAL-MKI062V1). Is there any difference between V1 and V2?
- Then, I've tried to use the help manual for version 1 and create a program. But I can't connect the board.
in the line:
iNEMO_Return = INEMO_SDK_ConnectFunction(''PL_001:COM12, BD115200'');
the iNEMO_Return variable, returns me an 8 (which means CMD_TIMEOUT)
Then, Visual studio says:
iNEMO_SDK.dll', Cannot find or open the PDB file
PL_001.dll', Cannot find or open the PDB file
even though I have both files in the Project folder
Any idea to solve this? Cause by now I couldn't connect.
I have to say that the iNEMO application works fine.
Thanks in advance.
Oriol
#sdk #inemo #visual-studio-2010-professional-c++ #stevalmki062v2 #mems-inemo #visual-studio #stevalmki062v1