User Activity

Hello,As I enter debug mode and start to run (code execution), nothing is updating in the debug window( the t1 variable at the bottom of the debug mode window just showed me zero or .0026)However, my program works fine on my STM32F10x MCU. When I sto...
Hello,I have an STM32F107 microcontroller that uses DMA and USART to receive 250 bytes every 10 ms. The RTOS tick is 1 kHz, so osDelay(1) results in a delay of about 1 ms.The sender transmits 200 bytes every 5 ms, and during this phase, it is not cri...
Hello, I am using the STM32f107vct6 which has 256kbyte flash memory size. However, after connecting to MCU via st-link V2 and ST-link utility it shows me just a few pages of my flash memory size and the wrong flash memory size.what is my mistake? 
Hello, I have implemented a high-speed USART @921600 baud rate with STM32f10x @72Mhz. I want to send 3000 Bytes to a slave MCU.In slave MCU, I used USART DMA to read MSG[300]byte data collect the data, and copy them into a larger array(Data[3000]).My...
Kudos from