User Activity

Hello.I tried to use an imu that was previously working using the spi2 port of the stm32f4 series with the spi4 port of the stm32h7 series, but I cannot communicate with it. (imu is using icm42688p.)Is it possible that I have made a mistake in my set...
Hi guys,I am currently trying to read the value of the WhoAmI register using SPI communication with the ICM42688P, but it returns 0xf3 when it should return 0x47. Is there something wrong with my program or configuration?Please tell me about it. .hpp...
Hello All,I wanted to copy two files from the STM32Cube directory to use arm_math.h, but those files are nowhere to be found. ・STM32Cube\Repository\STM32Cube_FW_F4_Vxxxx\Drivers\CMSIS\Lib\ARM\arm_cortexM4lf_math.lib・STM32Cube\Repository\STM32Cube_FW_...
Hello Everyone, I am now looking for something like the LL_SPI_SetRxFIFOThreshold() function that I can use with the STM32F407vgt6 is there a good way?  What we want to do is, as an example, using the LL_SPI_SetRxFIFOThreshold() function, we want to ...
Hello everyone, I am writing a program to read the gyro of the ICM42688P, but in the middle of the program, the process stops because it cannot be directed. Here is the full text of the code↓     ICM42688P::ICM42688P(SPI_TypeDef *spi2, GPIO_TypeDef *...
Kudos given to