User Activity

I want to run AI machine vision applications using STCubeAI. After training the model with TensorFlow components, I obtained a tflite file. Then, I imported and analyzed the model using the CubeAI toolkit in STM32CubeMX, and subsequently generated Cu...
STM32L051K8U6 The code always gets stuck hereThis situation is likely due to the slave not responding to the address, but with the same hardware, using software-simulated I2C communication works perfectly fine.I have already checked, the slave addres...
  As mentioned above, I encountered a similar issue before when using the L0 series, and at that time, I chose to abandon hardware I2C in favor of software emulation. Now, with the STM32G431, when I use LL_I2C_HandleTransfer to configure continuous r...
My STM32 can only correctly retrieve data from LSM6DSL when debugging. The code remains unchanged. When debugging, I get the correct data; without debugging, I get incorrect data.My SPI frequency is limited to 8 MHz, and there is a delay of more than...
In datasheet it's NC while stm32cubemx says it's VSSIt doesn't matter I think 
Kudos given to