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

Resolved! Solution architecture help

I need help in implementing a solution. I'd like to implement a system that measures elapsed time (ET) between two digital input (DI) pulses. These two signals will be on different channels. There are 4 sets of signal, therefore I need to measure fou...

DJ001 by Associate II
  • 1420 Views
  • 6 replies
  • 0 kudos

Resolved! How to unlock STM32G031J6M6 (STM32G0316-DISCO)?

Hi,today i got a STM32G0316-DISCO and totally forgot to setup serialwire. All Pins except PIN6 where configured as GPIO-Output. No i can't connect to the MCU. I tried most of the hints regarding "connect under reset" but no success. I had also one tr...

Build error in STM32 makefile

I am trying to buildgit clone ://github.com/bbrown1867/stm32-makefile.git from Ubuntu (virtualbox) command line:using the commandmakebut getting the following errorNo rule to make target 'bsp/Drivers/CMSIS/Device/ST/STM32F7xx/Source/Templates/gcc/sta...

ARama.7 by Associate II
  • 1360 Views
  • 6 replies
  • 0 kudos

Resolved! I burned the NUCLEO-F429ZI MCU

Hello, I have a spare STM32F427ZI MCU. Can I replace F429ZI with F427ZI? Please suggest some other possible replacements for F429ZI.

acudd.1 by Associate
  • 767 Views
  • 3 replies
  • 0 kudos

use of HAL_SPI_Transmit()

I am using HAL_SPI_Transmit() API to write to slave's register, how can I confirm that it has actually find the right register and write to it? is below code right?uint8_t R44=0x2C; //register addressuint8_t R44_data[2]={0x00,0x00};// data to be writ...

RS009 by Associate III
  • 768 Views
  • 2 replies
  • 0 kudos

Read TCS3200 sensor frequencies with Timer Input Capture

Hello everyone,I'm trying to read the frequencies of the TCS3200 sensor, which should give frequencies according to the colors it detects.The sensor, used with Arduino, works very well, however using it with an STM32G0 I encounter difficulties: when ...