User Activity

I use STM32H753 and USART1 with DMA to receive data of unknown length (Min: 8 bytes Max: 512 bytes) from PC. Data will be sent in burst after every one second. My baud rate is 9600. So approx 1ms per byte.So, maximum, I'm going to get all the data in...
I am using STM32H753 for driving 800x480 TFT LCD. Currently I am using External SDRAM for my FRAME BUFFER. I am using DMA2D and TFT LCD module of MCU.#define LCD_LAYER0_FRAME_BUFFER ((int)0xC0000000)#define LCD_LAYER1_FRAME_BUFFER ((int)0xC0300000)My...
I need to run TIM8 on Encoder mode. My encoder has two channels (A and B 90 degrees), So I have used two channel TIM_CHANNEL_1 and TIM_CHANNEL_2 as encoder input (it will use encoder as a clock for TIM8) and my timer is working fine and CNT is updati...
I want demo code for STM32F746 Discovery kit as per follow.1) using lwip for TCP Server / Client.2) Not using RTOS.Demo code available for STM32F756-EVAL at Projects\STM32756G_EVAL\Applications\LwIP\LwIP_TCP_Echo_Client.This demo code is perfect but ...
Kudos from