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! Usage SRAM1, SRAM2, SRAM3 with initialized arrays

I changed linker to use all of these three memories in domain D2. Problem is next :When i put for example uint32_t tempArray[4] = {0x2B7E1516 ,0x28AED2A6 ,0xABF71588 ,0x09CF4F3C} __attribute__((section(".sram1")));this line in my code, when MCU is in...

larenge by Associate II
  • 2313 Views
  • 8 replies
  • 0 kudos

STPM33 power offset calibration not working

Hi ,I have been testing STPM33 power offset calibration.It seems not working as per the Calibration application note.The document says we need to write offset values to offset register in the sensor and then the read power will be substracting that o...

APV by Associate
  • 598 Views
  • 1 replies
  • 0 kudos

SPI reliability problem when transferring large amount of data

I'm building SPI slave based on STM32F750V8T6 MCU and I'm having problem loosing sync between master and slave. When I run test that is sending sync bytes, slave receive data from master, sync again and slave is returning data after some time master ...

RMlad by Associate
  • 837 Views
  • 3 replies
  • 0 kudos

Resolved! Unable to receive UART data randomly

Hi, I'm using STM32L0 series and working on UART to communicate with other module and I had chosen the polling method because i know the device max response time and exact data what i'm going to receive. I was running my application for testing and i...

Resolved! PG0 EXTI0 interrupt HW bug in STM32H743ZI MCU

I use on STM32H743ZI-Nucleo PG0 as GPIO interrupt with Falling Edge. It works, I get INT triggered, but:an INT is also triggered - sometimes (once every 1000 falling edges) - on a raising edge. After several tests I am sure, this PG0 EXTI0 is randoml...