cancel
Showing results for 
Search instead for 
Did you mean: 

.ucf file and LSM6DSO16IS

ChristianValota
Associate II

I have a LSM6DSO16IS (sensor with ISPU) and I want to upload in it its configuration file (.ucf). I only saw guides which shows how to upload it through MEMS Studio or Unicleo GUI, but I want to upload the .ucf without external tools (like MEMS Studio or Unicleo GUI) and without passing through a ST Nucleo. How can I do it?

 

Thank you,

Christian

1 REPLY 1
Federica Bossi
ST Employee

Hi @ChristianValota ,

MEMS Studio generates C code with list of registers or alternatively you can implement your own custom log writing system: each line in the .ucf file corresponds to a write to a register, for example AC 10 01 means write the value 01 to register 10.

 

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.