STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

nucleo-g431kb voltage reference buffer

Hello everyone!I'm want to use the internal reference voltage buffer of the mcu stm32g431kb as input with comparator, but when i checked the reference manual they say VEREFBUF must kept disabled because no VREF+ pin in 32 pin package!!I don't want th...

0693W000003Bte5QAC.png
LLah.1 by Associate II
  • 473 Views
  • 1 replies
  • 0 kudos

I would like to run an arduino nano sketch on STM 32, Only 4 pins are need to define.... please help me to do this.... The code is working perfectly on my circuit, due to arduino nano memory is less, so i am unable to add more leds (ws2812B). Thank you.

/*  Code for Arduino WS2812b-MSGEQ7 Spectrum Analizer.  https://www.youtube.com/watch?v=mGton_zqrS0  */#include <FastLED.h>#define NUM_LEDS 70#define COLUMN 7#define ROWS 10#define DATA_PIN 6#define STROBE_PIN 3#define RESET_PIN 2#define BRIGHTNESS 1...

SDamo.1 by Associate II
  • 1075 Views
  • 4 replies
  • 0 kudos

How do I configure MCU as an I2C slave device?

Remark : I am asking this question again, since even after trying multiple times on my own, and asking on other platforms, nobody has answered it yet. I can't figure out how am I supposed to configure as slave. So sorry for that. I am not able to del...

KSchr.11 by Associate II
  • 775 Views
  • 2 replies
  • 0 kudos

What "EXTI" stands for ?

Hi AllAbout EXTI :In some stm reference manual about "EXTI" i read some strange things : For example:In STM32f070 Ref. manual "EXTI" stands for " Extended Interrupt/event Controller".In STM32f407 Ref. manual "EXTI" stands for " External Interrupt/eve...

Syous.1 by Associate
  • 2808 Views
  • 7 replies
  • 0 kudos

I2C communication with multiple slaves

Hi guys may I ask for your inputs on the I2C communication. I am using STM32F103C8 MCU with 2 slaves on the I2C bus. 1st slave is PCF8574 IO expander and 2nd slave is MCP4725 DAC. I'm using CubeMX to generate my codes. What I wanted to do is use ...

RSy.1 by Associate III
  • 2899 Views
  • 5 replies
  • 0 kudos

SPI non-DMA max speed ?

I am communicating with a TFT LCD and trying to speed things a little bit. At the moment I dont have DMA library written, so I am using standard SPI mode.I configured the SPI clock as 5Mhz on STM32F407 mcu. My main clock is PLL on 96Mhz. With APB2 = ...

0693W000003BpLnQAK.png
Gossamer by Associate II
  • 2582 Views
  • 16 replies
  • 0 kudos