User Activity

I was recently working on STM32H563ZI nucleo board like connecting peripherals like LTE module, I2C sensors like MPU6050, LCD display, SPI modules like W25Q flash storage, USB  and some analog module like potentiometer. As per normal coding of indivi...
I have used STEVAL-SPIN3202 evaluation board for Pump application after finalizing the code i have tried to make my custom board from the existing schematic but faced with many issues as listed below1) From the existing schematic i have removed the p...
I am using Nucleo-H563ZI in this. I was configuring USART6 in DMA mode, but for this controller instead of DMA, there was GPDMA1/2. Currently, I have configured it in GPDMA1. The module is EC200. I am transmitting AT but am not getting the response t...
I am trying to interface LSM6DSOWTR with stm32 using I2c interface. This is the schematic i have made for this module While connecting SD0/SA0 is connected to GND, I have tried to run the I2C scanner and found that it its address is 0x6A but in the m...
I was trying to interface W25Q256 with STM32H563ZI in QuadSPI mode as i have done with normal SPI it was working fine as i need to operate at higher frequency than normal spi for continous read and write operation. I tried to read Device information ...