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

[SOLVED] STM32F746G-DISCO -- SPI connection to PGA2311---

I have the STM32F746G-DISCO and after some good result with I2C bus I would like to interface a PGA2311 with SPI.This code hang the STM32 processor, why ?#include "stm32f7xx_hal_spi.h"   SPI_HandleTypeDef spi = { .Instance = SPI2 };   void BSP_SPI_In...

Hello ,I want to do serial communication between stm32 nucleo f446re and arduino mega.Can anyone please tell me about that ?

Firstly I had done my code in keil software of stm32 nucleo f446re and try to transfer data to Arduino Maga in Arduino IDE.I had used UART communication betwen arduino mega and stm32.When I passed a string from keil to arduino ide , there was no resp...

SM3 by Associate II
  • 1952 Views
  • 3 replies
  • 0 kudos

Resolved! Why doesn't my input compare react to input signals?

Good evening everyone,At the moment I am trying to configure an inpute compare pin. Eventually we are going to calculate the frequency of the input signal etc etc, but for now we need to get the pin working.GPIOA->MODER = (GPIOA->MODER & ~GPIO_MODER_...

Emper by Associate II
  • 716 Views
  • 3 replies
  • 0 kudos