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! Are the VSS and AVSS pins internally connected?

Hello community, I have a little doubt. Are all the GND pins internally connected inside the microcontroller? Is the analog reference (AVSS) internally connected with the digital one (VSS)? If it not, how is the isolation between them?I don't know wh...

Luis Ber by Associate II
  • 1188 Views
  • 2 replies
  • 0 kudos

I'm interested in using the STM32F4xx internal sensor in a deployed product. Any comments on temperature sensor accuracy and calibration are welcome and appreciated.

Per STM32F405/7 and per datasheet DocID022152 Rev 8 (stm32f4xx) ... are the values referred to in datasheet as "Temperature sensor calibration values", at addresses 0x1FFF 7A2C & 0x1FFF 7A2E (see section 5.3.22), actual factory-calibration results th...

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
  • 2084 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
  • 545 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
  • 776 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...