User Activity

Posted on September 01, 2015 at 12:03Hello,I am trying to send data to a computer with an HC 06 linked to an STM32F0 Discovery.Here is my code :  /* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery*/ /* Includes ----------------------------------------...
Posted on August 29, 2015 at 19:58Hello,I have some questions (they might seems easy to you, but not to me).Im using a STM32F0 discovery and I want to read the USART2 data with putty.Since the USART2 is not directly connected to the PC, I don't know...
Posted on August 09, 2015 at 23:03Hello,Im want to send data with USART2 (im using KEIL uVision 5).Im trying to use this program :/* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery sourcer32@gmail.com */ #include ''stm32f0xx.h''#include ''stm32f0_discover...
Posted on August 05, 2015 at 23:26 Hello, Im trying to implement a connection bewteen a STM32F0 discovery and a bluetooth module. Im using the USART2 with this code (thanks Clive1) : /* USART2 PA.2 Tx, PA.3 Rx STM32F0-Discovery ...
Posted on July 28, 2015 at 11:00Hello, I want to interface a STM32F0 discovery with a Bluetooth module (HC-06). I wanted to know if I can take 2 pins of the STM32F0, one in output and one in input (for TX and RX) ? And are they 3.3V level or 5V leve...