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

Question regarding storing data in flash

Hello! I was looking at finding a way to store/read data from flash. I understand it's slow but, for my application, I mainly want to be able to have some data written to part of the flash (in byte form) that I can pull from flash during my applica...

JayDev by Senior II
  • 938 Views
  • 2 replies
  • 0 kudos

SPI Slave

In my Application, ill use 2 uC stm32h743.Between both, my plan is to apply a SPI interface, when one of them will be the Master and the second will be the Slave.My first question is, does the uC can work as Slave? does clk pin can work as input at t...

Pkats.1 by Associate II
  • 562 Views
  • 2 replies
  • 0 kudos

Read a character from the UART

I want to read one character from the UAR and display it.I am using CoolTerm.But nothing is displayed.What's wrong with my getchar function?Or is the code in the while loop wrong?char getchar() { char data[1]; HAL_UART_Receive(&huart2, (void*)dat...

FLamb.2 by Associate II
  • 2858 Views
  • 4 replies
  • 0 kudos

Resolved! Cannot communicate with ext SPI Flash

Hey guys,I am trying to communicate with S25FL064L Cypress Flash and almost for one week I cant reach the redec ID , I checked the hardware, and communication with digital analyzer just with S25FL064L no any hardware.Tried the HAL library , checked ...

EDuat.1 by Associate III
  • 869 Views
  • 3 replies
  • 0 kudos

The reading of the internal temperature sensor with internal calibration parameters does not read a correct value.

On the STM32G071RB board, I tried to read the temperature using HAL-based conversion macros. At ambient temperature I get reading of 47 to 60 celsius depending on whether or not the HAL_ADCEx_Calibration_Start() is called to improve accuracy.The macr...

LPizz.1 by Associate II
  • 1427 Views
  • 8 replies
  • 0 kudos

MAX31856 connection problem

Hello,Have a Chinese version CJMCU-31856 with MAX31856 chip on board. Trying to establish connection, data transmit and read temperature from this chip with STM32F407VE using SPI2 port.But no successful yet. I cannot read any data or transfer any dat...

IMaji by Associate II
  • 1613 Views
  • 5 replies
  • 0 kudos