STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Update Code Without Flashing?

Is it possible to update executable code without reflashing the entire device, and without overwriting the entire codebase?Ie,multiple applications, such that individual applications can be separately installed, updated, and uninstalled?We don’t want...

The BOOM by Associate III
  • 1193 Views
  • 6 replies
  • 0 kudos

Can't erase flash after writing to it.

I have a program that writes to flash using HAL_FLASH_Program().Before it does, I erase the flash with this function:bool Erase_Flash(void) { static FLASH_EraseInitTypeDef EraseInitStruct;   uint32_t PAGEError = 0; HAL_StatusTypeDef status; print...

Unable to Rx and Tx SPI with DMA

Hi.I'm trying to implement a SPI slave device using a STM32F401 with DMA. I'm being able to do Rx without problems but once I do a Tx everything goes crazy: first the next receive operation reads the last transmitted byte and after that any transmit ...

AGime.1 by Associate II
  • 1209 Views
  • 6 replies
  • 0 kudos

STM32H7 example for 2 ADCs+DMA+TIMER

Hello all.We have developed in the past some devices using the STM32F4 and F7 families, with no issues using ADC+DMA+Timer Triggering with no effort (mostly tweaking the examples provided by ST and using the ioc Cube files).However, we are trying to ...

PAkRad by Associate III
  • 5358 Views
  • 9 replies
  • 2 kudos

Underclocking a STM32L496RGT3

Hello allI have a custom STM32L496RGT3 based board which I've configure to run at 64MHz off the HSI using CubeIDE:void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};   /** Conf...

DCarr.1 by Senior
  • 731 Views
  • 4 replies
  • 0 kudos

STM32H725 SRAM1 vs SRAM2 in D2 domain

Hi!I use SRAM 1 (0x30000000 - 0x30003FFF) in D2 domain for USART2, USART3 DMA buffers. All work clean. If I use SRAM2 (0x30004000 - 0x30007FFF) just after running debug it's all right. But after "Reset chip and restart debug session" the first access...

Aleks by Associate III
  • 671 Views
  • 2 replies
  • 0 kudos