Is it possible to use any STM32 microcontroller, particularly the STM32H5, with the STEVAL-MKI227KA evaluation kit that based on LSM6DSV16X sensor? I’ve only found information regarding the STM32F4.
I'm using the I3C_Controller_ENTDAA_IT example to assign dynamic addresses to two BMA530 sensors, but I'm getting errors when running the code. Are there any modifications or additional steps I should consider to resolve this issue? I haven't made an...
I have a BMA5 accelerometer sensor and I want to change its I2C address. I have enabled I2C1 in cubemx and set pull-up for SDA and SCK lines. I need guidance on the program algorithm and cubemx setting for this task as I am new to this field. Also, I...
Thanks for clarifying this issue. I have one more question, is the STEVAL-MKI227KA physically compatible with the NUCLEO-H503RB in terms of pin connections?
Sorry, my mistake. I needed to load both the controller_entdaa_it and target_entdaa_it codes for the ENTDAA command to work. I had only loaded controller_entdaa_it. The problem is solved now.