cancel
Showing results for 
Search instead for 
Did you mean: 

Where are the .ioc files for STSW-STLKT01 sample programs?

HCohe.1
Associate III

According to the data brief STSW-STLKT01 Embedded software samples for SensorTile (DB2962) the sample projects are "Built on STM32Cube software technology, it includes all the low level drivers to manage the on-board devices and system-level interfaces.", however, I do not see any of the .ioc files present. Please provide them so I can migrate existing applications to the SensorTile platform.

If the .ioc files are not available, can you provide instructions for using CubeMX to generate a skeleton app for the STM32L4 MCU and BlueNRG controller that runs on the STEVAL-STLKT01V1?

1 REPLY 1
Eleon BORLINI
ST Employee

Hi @HCohe.1​ ,

unfortunately, the Sensortile .ioc file is not publicly available.

You might try to do a request through the OLS system to a Sales and representatives office of your country.

>> If the .ioc files are not available, can you provide instructions for using CubeMX to generate a skeleton app for the STM32L4 MCU and BlueNRG controller that runs on the STEVAL-STLKT01V1?

Regarding this point, you can base on any tutorial for the STM32CubeMX and on the schematic of the sensortile, to build the .ioc file from scratch. This procedure is however not so straightforward, since you have to know the clock tree settings (for example from a reverse of the FP-SNS-ALLMEMS1 examples) and the alternate functions of the STM32L4 pins.

-Eleon