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

STM32H747 DMA Memory Size?

Per spec. STM32H747 has 1MB on-chip memory available. However, how that memory mapped is something I don't quite know. Linker allocates 256K @ 0x2000000 for code, and there's some DMA memory @ 0xD000000, but it's size is mystery as there's no explici...

Resolved! FTP Server Unaligned Memory failure

STM32H743STM32CubeIDE - Version: 1.14.1 Build: 20064_20240111_1413 (UTC)STM32CubeMX - Version: 6.10.0-RC9 Build: 20231120-2037 (UTC)Software Pack (AzureRTOS) 3.2.0STM32Cube_FW_H7_V1.11.1 OS: Linux LMint 21 I am using the FTP server which works when c...

GreenGuy_0-1713600232176.png

Resolved! stm32u595VJ

Problem whit ADC1 the if (HAL_ADCEx_Calibration_Start(&hadc1, ADC_CALIB_OFFSET, ADC_SINGLE_ENDED) != HAL_OK) return errorwhy??

gpaolo59 by Associate
  • 892 Views
  • 2 replies
  • 0 kudos

Resolved! Firmware upload without ST-Link

Hi Team,Currently, I have a product developed with an STM32L476RE as its main processor. This equipment is battery-powered and is used by our customers to perform measurements in remote places. After performing the measurements, this equipment is con...

LucasRosa by Associate III
  • 3211 Views
  • 9 replies
  • 7 kudos

MCU not stopping at sleepmode in freertos

I am using stm32l496  I am trying to enter sleepmode in freertos, but for some reason the system does not enter it. GLOBAL void SleepMode_Activate(void) { unsigned int sleep; flag = 1; /*Disable display task if not already disabled*/ if (mt...

HZaib.1 by Associate III
  • 815 Views
  • 1 replies
  • 0 kudos