STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to configure USART for 9bit SPI Master

I'm using CubeMX to configure my STM32F413. I need 9-bit SPI, so I'm using the USART2.CubeMX is initializing the USART like this:/* USART2 init function */   static void MX_USART2_Init(void)   {     husart2.Instance = USART2;   husart2.Init.BaudRa...

0690X000006BviwQAC.png

Looking for STM32 Ethernet Reference

We are looking to build an STM32-ethernet interface and need some reference material to start with. It appears the STM32F107 is the available ethernet solution, correct? Are there any reference schematics or example content available to get started w...

Justin1 by Senior
  • 251 Views
  • 1 replies
  • 0 kudos

Need help changing "BOOT_ADD0" on STM32H743

Hi,I need to be able to change "BOOT_ADD0" and the following code doesn't work; please help.For one thing I have no idea if it's FLASH_BANK_1 or 2 that I'm interested in.Then I'm hoping that "...GetConfig" populates everything and I only need to chan...

Pin list of the STM32L4Rxxx

Hi,I can find the pins of the STM32L4Rxxx in the datasheet but converting this to my hardware schematic for 144 pins is a alot of work and increases the chance of failure.Are there excel or txt files available of the device/series? so i can import th...

Jde G by Associate
  • 378 Views
  • 1 replies
  • 0 kudos

Initialization of GPIO pin for MOSFET as switch

I am connecting my GPIO pin of STM32F4 of discovery board to gate of N channel MOSFET and drain of this N channel drives gate of P channel Mosfet and source of P channel Mosfet with turn on my 5VDC devices. I have also connected 2K pull up resistor t...

STM32F303 Problem Dual ADC mode with DMA

Hey,I use 3 channels of ADC1 and 3 channels of ADC2 with an external trigger conversion source. In order to read both ADC moduls simultaneously I wanna use the dual regular simultaneous mode only with ADC1 as master and ADC2 as slave. For my configur...

Simon G. by Associate
  • 1070 Views
  • 1 replies
  • 0 kudos