STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

STM Nucleo Boards SPI Master/Slave Communication Problem. I set up a Nucleo-F446R as Slave Full Duplex and a Nucleo-G431R as Master Full Duplex. Master Sends -- Slave gets garbage.

The Slave Code   while (1) { //Slave Section // Check If Data is about to be received Spi3_CE_State = HAL_GPIO_ReadPin(SPI3_CE_GPIO_Port, SPI3_CE_Pin); Spi3_CS_State = HAL_GPIO_ReadPin(SPI3_CS_GPIO_Port, SPI3_CS_Pin)...

0693W00000AOVMVQA5.png
DIngr.1 by Associate II
  • 1229 Views
  • 9 replies
  • 0 kudos

Periodical data transmit configuration

Hello,I am using STM32L0 MCU and trying to write a code which would include: Periodically transmitting data1 to UART.Constantly waiting for data2 (period value) from UART. If data2 (period value) is received from UART, change value of data1 transmiss...

Indois by Associate II
  • 272 Views
  • 3 replies
  • 0 kudos

Rotary encoder interrupt per rotation

Hi all.I have a rotary encoder which generates 512 ticks per rotation and I would like to generate a single interrupt once the rotary encoder has done a full turn (512 ticks). What would be the best approach? I'm currently looking to see if the STM32...

SBrid by Associate II
  • 341 Views
  • 3 replies
  • 0 kudos

PDM 2 PCM help

Hi, I am trying to interface a PDM mems microphone to my STM32 NUCLEO using some example code I found https://github.com/YetAnotherElectronicsChannel/STM32_PDM_Microphone.The issue I am having is this code and other things I have read online show the...

kcire L. by Associate III
  • 386 Views
  • 0 replies
  • 0 kudos

STM32H7A3 VBAT meassure

Hello,I want to meassure the VBAT Voltage with the ADC2,but it doesen't work.I can meassure an intrease of the vbat current consumption from the voltage divderwhen I activate the Channel Configuration. But I geht sample Values witch are way to low.If...

TWagn.2 by Associate II
  • 657 Views
  • 4 replies
  • 0 kudos

stm32f103 i2c sensor reading

Hi,I am trying to read HDC1010 temperature sensor with code below, when i click run button while debugging, code does not working, can not continue. But when i debug the function row by row, it woks clearly. Any advise ?void Receive(u8 Address, u8 Re...

er3481 by Senior
  • 396 Views
  • 3 replies
  • 0 kudos

How to implement an SPI to I2C "Bridge" with STM32 MCU

Hi everyone,I am working on project involving Raspberry Pi, STM32, FPGA and MIPI Cameras. The goal is to capture images and store temporarily data from those cameras in the FPGA.The RPI (Master) has to communicate with the STM32 (Slave) via an SPI pr...

MDiop.1 by Associate II
  • 928 Views
  • 5 replies
  • 0 kudos
Labels