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

Resolved! STM32 external OPAMPx_VINM pins

Hi, I'm working on a project which involves STM32L476QEI. It has external dedicated OPAMP1_VINM and OPAMP2_VINM (M3 and M4 pins). If I'm not going to use the opamp functionality, do I have to connect them to the ground or leave them floating? What I ...

SYako by Associate III
  • 770 Views
  • 1 replies
  • 0 kudos
Asoni.1 by Associate II
  • 1251 Views
  • 4 replies
  • 0 kudos

Hi all, i would like to make a my own bare metal code for stm32f401ccu. Here i have given my code. But it's not showing correct clock frequency. Anyone could you pls check it for anything missed or etc...

#include "stm32f4xx.h"#define PLLM 25#define PLLN 320#define PLLP 1//divide 4int clock_80MHz_Ex_pll();int pinMode();void InitTIM2();void Delay_us();void Delay_ms(int x);int clock_80MHz_Ex_pll(){RCC->CR|=RCC_CR_HSEON;//External Crystal Oscillatorwhile...

Msams.1 by Associate II
  • 1124 Views
  • 6 replies
  • 0 kudos

Resolved! How Have UART communication in a Interrupt function

Hello ,​So for my project i need to send UART command every 15min ​Between this my MCU need to be sleeping ​​And send a command if a Interrupt pin change state​​But when i wrote UART_transmit fonction in a ISR : RTC , timer , interrupt pin the comman...

HDIA.1 by Associate III
  • 852 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H7BI3-DK WiFi Not Working

Hi,I have been writing drivers for the ISM43341-M4G-L44-SPI WiFi module mounted on the STM32H7BI3-DK.I can send the device AT commands and get back the OK response, but after setting the network parameters SSID, password, security mode, DHCP after is...

0693W00000GZP8xQAH.jpg 0693W00000GZPAoQAP.jpg