STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

What is the Best oscillator Value of HSE oscillator for STM32L476 such that the power consumption is minimum? How does the peripherals react to it?

I am using STM32L476.In it I am using MSI as a clock source, I want to switch to HSE as Clock Source, I want to know the best oscillator to use (4-48Hz) so that the power consumption is minimum, also I want to know if there would be any change in the...

HShah.14 by Associate
  • 275 Views
  • 0 replies
  • 0 kudos

Using SDRAM and STM32

Hello,My questions are as follows:1. Can I use DDR-SDRAM with FMC or should i use SDRAM only?2. Can I use two SDRAMs and control them with "Chip Select" pin? I want to use this SDRAM. This SDRAM is similar to used on the STM32F779EVAL board, but 512M...

Slh by Senior
  • 412 Views
  • 2 replies
  • 0 kudos

USART3 initialization in stm32f103r8

#include "stm32f10x.h"void usartSetup (void);int SendChar ();int main(){ while(1) { usartSetup(); SendChar(); }}void usartSetup (void) {RCC->APB1ENR = 0x00040000; RCC->APB2ENR = 0x0000000C;  GPIOB->CRH  = 0x00000900; USART3->BRR = 0x340; USART3->CR1 ...

GS by Associate
  • 482 Views
  • 1 replies
  • 0 kudos

STM32H743 ADC documentation issues

I posted the list below as a reply in: https://community.st.com/s/question/0D50X0000A7WOCGSQ4/where-can-i-find-the-adc-input-impedance-of-stm32h743-in-differential-and-singleended-configurationsbut the thread seems buried and I think these items shou...

STM32L4 SPI interface to Flash Memory Winbond W25Q80DV

I am trying to interface with the Winbond W25Q80DV which is a SPI flash memory chip. I am using the STM32L476VG development board. To test the connection I am first trying to read the manufacturing ID from the chip. Using an oscilloscope I am able t...

JDarg by Associate II
  • 1909 Views
  • 4 replies
  • 0 kudos

STM32 Beginner: needs help on ADC with STM32F103r8

Hi,I am a beginner for stm32. I am using stm32f103r8 , IAR-ARM IDE.I have attached my celow , this is not working , i am checking it in Proteus 8.8v ( with stm32f103r6). Can anyone help me out with this ?PROGRAM:#include "stm32f10x.h"#include "stm32f...

Pa.6 by Associate
  • 559 Views
  • 1 replies
  • 0 kudos