STM32F0 connected with Hc 06, do not recive the data
I've been trying to make connection with STM32F0 Discovery and hc-06 bluetooth module via USART2. I've configured Discovery as shown on figure below. Additionally there is an nvic interruption. Hc-06 is configured the same way as Discovery.
uint8_t bluetooth_recive = 1;
HAL_UART_Receive_IT(&huart2, &bluetooth_recive, 1);I've checked hc-06 if it's passing values sended form app on smartphone. App I was using was Bluetooth terminal HC-05. I was sending ASCII code. Connected hc-06 via usb_uart converter
was passing values to computer's application Realterm.
So my question is if there is a configuration problem or something else..
