STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 182 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
  • 470 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
  • 196 Views
  • 1 replies
  • 0 kudos

File system for spi nand flash

I'm using STM32L496 discovery board and spi nand flash memory..i'm trying to use uffs file system ...is there any porting documentation available for uffs file system into spi nand flash???

aahme.4 by Associate II
  • 214 Views
  • 1 replies
  • 0 kudos