STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use UpdateCharData[] and Custom_App_Context_t

I am new to microcontroller development and trying to implement my first custom ble service.I looked at a few other examples that often use the _App_Context_t struct to store data before passing it to the character update method.Example:Custom_STM_Ap...

JT.2 by Associate
  • 429 Views
  • 0 replies
  • 1 kudos

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
  • 572 Views
  • 1 replies
  • 0 kudos
Asoni.1 by Associate II
  • 900 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
  • 825 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
  • 645 Views
  • 3 replies
  • 0 kudos