User Activity

Hi,I'm using STM32F469 CONTROLLER for my application.I was able to configure the USB as mass storage device by interfacing in MSC Mode.I am able to see the storage when connected to PC through USB.But I want the storage to be write protected.Can you ...
@Hi,I'm using STM32F469 MCU for my application where I'm using USB in DEVICE mode in FS.Here I'm unable to go to the "OTG_FS_IRQHandler" interrupt handler and also the virtual comport is not recognized by the PC.It is working fine with the Host mode,...
Help me in initialization.Here is the initialization i made/* SAI1 init function */void MX_SAI1_Init(void){ /* USER CODE BEGIN SAI1_Init 0 */ /* USER CODE END SAI1_Init 0 */ /* USER CODE BEGIN SAI1_Init 1 */ /* USER CODE END SAI1_Init 1 */ hsai_Block...
Hi all,I have a requirement of using a TFT LCD.Here the input to the Controller will be coming from an embedded PC through Ethernet.The controller should decode the ethernet protocol and should display on LCD.Protocol used will be similar to RTSP pro...