STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Why does not work UART3 RX interrupt?

#define RXBUFFERSIZE 2 uint8_t aRxBuffer[RXBUFFERSIZE];static void MX_USART3_UART_Init(void) {   __HAL_RCC_USART3_CLK_ENABLE(); huart3.Instance = USART3; huart3.Init.BaudRate = 115200; huart3.Init.WordLength = UART_WORDLENGTH_8B; huart3.In...

ADC Regular Conversion Interrupt Example

I can't get the STM32L07RZ-Nucleo ADC regular conversion interrupt example to work. I'm using the Keil MDK variant. I upload the program, start the debugger and put uwADCxConvertedValue into watch window #1The doc file says to connect a signal to P...

How to begin with Murata Module and STM32 in general

Hi, I'm new in this world of ST. I have relative experience with Arduinos and LoRa, but now I want to do things with more resources. In particular, I am interested in the LoRa module from Murata and I bought the Discovery Kit B-L072Z-LRWAN1.What I as...

NMeno by Associate II
  • 552 Views
  • 1 replies
  • 0 kudos