2017-04-12 08:23 AM
I just started with SensorTile develpment. Got the STEVAL-STLCX01V1 in house and have downloaded firmware
en.stsw-stlkt01.zip.
Got it build success using IAR. As I gone through release doc, it support 3 versions of IDE.
Just wondering, where I may able to find the project files for Eclipse ?
Or any doc showing how I may able to convert one of the supported IDE project to Eclipse ??
Thanks for advice
2017-06-01 06:49 PM
Looks like your project path was wrong. When you 'Import' the project, make sure all 'Options' are NOT checked.
Meaning, project will be built at your STM project files location instead of c:\AC6\workspace.
2017-06-02 02:00 PM
Great, that was the problem. I got to build it all. I connect to my usb port the Nucleo board. The ST-Link connector is left open. The sensorTile is connected to the CradleExpansion board (STLCX01V1) and it is connected via SWD (CN4). Now, how do I 'load your image into target memory.' Where can I get more detail about loading the image and running it. What I'd like to do is record audio and replayed on my host PC.
2017-06-08 03:44 AM
You can have a look at these video tutorial on the openstm32 forum:
http://www.openstm32.org/forumthread2167
In particular 'Part 3' covers Download and Debug.