STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

We are trying to get UART-receiver to work in interrupt mode.

Here is the code that doesn't work. Any suggestions?UART_HandleTypeDef UartHandle;uint8_t MyRxBuf[ 10 ], MyTxBuf[3];int main( void ) {  uint32_t t_print;  int16_t i;  HAL_Init();  SystemClock_Config();   /* Put the USART peripheral in the Asynchronou...

RLind.2 by Associate II
  • 781 Views
  • 3 replies
  • 0 kudos

STM32F103C8 Firmware Update over BLE

Hello everyone,We are using the STM32F103C8 connected with the Microchip RN4871 BLE module over UART1. We would like to update the firmware of the STM32 CPU over BLE but we are encountering a few issues. Our BLE module, although it works great for ou...

ZPapa.1 by Associate II
  • 390 Views
  • 0 replies
  • 0 kudos

I have a problem with configuration the TIM1-ETR in stm32f1

I want to use the external clock mode 2 but it dose not work ,configure the PA12 that connect to TIM1-ETR AND make push button pull down to send pulses to that pin(PA12) to detect high edge and make up count to the variable "upCount" in the code ,i t...

HSale.1 by Associate
  • 546 Views
  • 0 replies
  • 0 kudos