2025-02-05 7:08 AM - last edited on 2025-02-06 12:23 AM by Julian E.
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
2025-03-13 2:12 AM
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.