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

I2C Communication in STM 32 f401 RE

Hi I have omron D6t 32x32 thermal sensor and it give 1023 field of data , How to receive more than 1 byte data in stm? Can any one help me? Also I am storing the value to an character array but i need the value in decimal how to obatin that?

Resolved! Need clarifications on CSS of STM32H7

Hello,I don't understand the description of the Clock Security System in the Ref Manual of STM32H7 (section 7.5.3).First question is : what exactly is the CSS doing ? (what kind of control is done on the clock). What is a definition of "a failure of...

Gpeti by Senior II
  • 962 Views
  • 2 replies
  • 0 kudos

I had a certificate problem when using B_L475EIOT01A

I followed the getting started tutorial, when I pressed the reset button then the user button, the uart terminal indicated failed to provision certificate -1 as the attachment. Could you some tell me what's the problem

wxie by Associate II
  • 491 Views
  • 0 replies
  • 0 kudos

Resolved! NACK when reading a register through I2C communication

Posted on July 07, 2018 at 04:41Hi, I'm having trouble reading a register in a slave through I2C communication. Slave: bq25895 http://www.ti.com/lit/ds/symlink/bq25895.pdfIn main:while (1){   HAL_StatusTypeDef status = HAL_OK;    uint16_t return_val...

STM32L432R DAC1 out2 configuration

the DAC1 out1 working fine as programmed bt DAC1 out2 is not. Is it due to bridge18 A4 to D4, should I remove bridge. I try setup D4 as Analog and Digital IN and does not helped. Is STN32L$#@RC damaged on out2?

CJaro by Associate
  • 448 Views
  • 0 replies
  • 0 kudos

ADC not working on STM32H750VB

Hi,I have a single adc channel where i read the input values through polling, but it always outputs the max value or almost max value (~ 65280+) as long the input voltage value is greater than zero (v0.5+ ). i configured VREF+ to internal voltage ref...

'F427 ADC channel 16 (temperature sensor)

The 'F427 (437/429/439 "BigManta") is pretty much completely backward compatible, meaning, that a reasonably well written 'F405/407 program (i.e. which does not touch the bits reserved in 'F405/407) binary will run unmodified in the 'F427. There are ...