User Activity

Posted on April 30, 2018 at 13:32Hi guys,I'm using the  STM32L475RCT in a custom board. When using the JLink everything is working fine but when I discounnect the Jlink and power cycle the board the application doesn't work at all. Each time I have ...
Posted on April 05, 2018 at 17:03Hello,Following my question here https://community.st.com/0D50X00009XkWuQSAV , I'm able to receive data from the UART peripheral to the specified buffer.Now I'm trying to implement the same method described here http...
Posted on March 27, 2018 at 12:55Hello,I have ported an exisiting code for a UART peripheral that uses DMA to copy the data from stm32F4 to an stm32L4When I send a character through the UART bus, and wait for the IDLE line detection interrupt to acc...
Posted on December 18, 2017 at 12:50Hello,I'm working on a project where I have to exchange small data with an android phone with an electronic board using USB communication and charge it in the same time.I have only used USB CDC class  to connect w...