User Activity

Hi Team, Recently while working with STM32F072RB , I am using DMA mechanism with SPI. I am receiving a 63 bytes of data continuously from an external system at every 1ms.In  STM32F072RB, I have enabled two SPI-SPI1 &SPI2. From/to the external system....
Hi, I am using STM32F072RB-disco board to implement SPI communication with an external system.SPI MODE :Slave mode full duplex communication (for both SPI)From the external system I have to receive and transmit the 63 bytes of data with 2 SPI's (SPI1...
Hi Team,We are using STM32F072RB MCU with discover EVM boardWe are using STM32CubeIDEWe are using SPI1 and SPI2 as slave mode configuration Query: we observed that the FIFO full and overflow is happening @Spi slave while receiving the data stream @1M...
Hi,   I am new to work on STM32F0RB discovery board to get update the FW through UART/USB port. If any one have the idea to work on this please give me the solution.   Thanks, Shashi Shekhar
Hi, I am new to work on STM32F0 discovery board. I am Implementing the USB communication TX/RX with iMX8 controller. I am trying to send  and receive the 65 bytes of data packet, but it is communicating only 64 bytes of data packet, as its implemente...