User Activity

Posted on November 20, 2017 at 07:29Hello Clive,I am implementing USB CDC host on STM32F446, it is connected to GSM module.I have initialized the USB host, I am still exploring how to send & receive data in CDC host mode & on what event I should rea...
Posted on September 29, 2017 at 14:32Hello,I am using STM32F446 MCU. ADC chnanel 10 & ADC channel 12.ADC ref voltage is 3.0V.I am getting 0 count for 0v on ADC channel 10.But I get ADC count value 87 for ADC channel 12. which calculates to 1 V.what ...
Posted on September 07, 2017 at 14:25Hello,I am using STM32F446 MCU,I am collecting data from USART2 & transmitting data to USART3. DMA is enabled.If I make UART RX/TX buffer size to 1024 bytes & transmit data of size 1KB it works fine.But If I tran...
Posted on March 02, 2017 at 08:49Hello,I am working on STM32F302RC. I want to use the USART1 with parity enabled both odd/even which is configurable through command.I am using USART1 withbaudrate 115200,data length8 bit ,  parity none with this conf...