User Activity

To implement a "bridge" devise between two independent CAN buses, the STM32F105R8 chip was chosen. From the specifications it follows that it has 2 CAN buses, but going deeper into it I realized that they share a lot of resources among themselves.cou...
At the stage of creating a proof concept, a LSM6DSOX sensor for a wearable device was chosen. In the datasheet, its power consumption looks fine (~15µA per MLC tree), but in practice there are problems and I want to understand what the problem is. I ...
Hello,could you please clarify one topic for me. I am working with lsm6dsox sensor. How can I create a header (.h) file instead a .ucf to easily include in a project?I read that it is possible using Unico, but i didn't find this option in it. (Unico ...
We use two types of sensors for our dev: lsm6dso and lsm6dsox. It is necessary to detect the type of sensor SW (without opening the device). And it's difficult, because adress (we use i2c) is the same, Device Identification (Who am I) is the same for...