STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USART4 does not work receiving data. It works only on USAR2. Sending data works on both. 1) polling on USART4: always timeout 2) Interrupt on USART4 --> Interrupt not thrown

/* Private variables ---------------------------------------------------------*/ UART_HandleTypeDef huart2; UART_HandleTypeDef huart4; ... //#define UART_MODE 1 #define UART_MODE 2 ... #define USARTX USART4 #define huartX huart4   uint8_t UART_rxBuff...

ORend.1 by Associate II
  • 1317 Views
  • 8 replies
  • 0 kudos

Measuring external Pulse Width and Height/Voltage

Hi all,Im wanting to measure both the width and height of input pulses using ADC and Timers.To get the width I can use a Timer with Input Capture and __HAL_TIM_GetCounterBut to get the height I'm unsure the best way. Currently I'm using the Input Cap...

EHolm.2 by Associate II
  • 522 Views
  • 1 replies
  • 0 kudos

STM32L4 Timer OCxREF reset, Toogle and Gated Mode questions

Hi, On a STM32L476 MCU, I use many timers with various synchronization / outputs combination. I've two problems still remaining :On TIM3, the Channel 4 Output compare mode TOOGLE do not seems to work correctly (the GPIO do not toogle, it simply goes ...

BJero.1 by Associate II
  • 1942 Views
  • 2 replies
  • 0 kudos

Teams connection issues (error AADSTS50020)

Hello,it seems that some attendees have issues with logging to the Teams meeting and they receive following error message:AADSTS50020: User account '<user_email>' from identity provider 'live.com' does not exist in tenant '<STMicroelectronics or othe...

Load dynamic functions during runtime (STM32L431)

Does anyone know if its possible to have a dedicated area memory of the Cortex to load dynamic functions during runtime? Something like an external C compiled function and send the binary through a communication interface (serial,i2c,etc) to the Micr...

VChav.19 by Associate II
  • 3545 Views
  • 9 replies
  • 0 kudos