STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 with small flash + HAL + DEBUG + no Optimization...

... leads to "funny" results:STM32L011 with 16 kB of flash, HAL inits and LED toggle in main, DEBUG, no optimization:93% of flash usedI had not expected it to be that bad! Okay, I will probably not use too much HAL, will use Release version with opti...

STM32L011_HAL_DEBUG_noOpt.png
LCE by Principal
  • 1340 Views
  • 24 replies
  • 9 kudos

Error at start of debugging while Flash write test

I am testing Flash write using a custom board with STM32H562VG.For debugging, I use IAR I-jet and VSCode's C-SPY extension.The following HAL API is used for Flash writing, addr starts at 0x08030000 in the User area.HAL_FLASH_Program(FLASH_TYPEPROGRAM...

unable to write in flash memory.

Hi, i am using STM32G0C1RET6 MCU board, i am unable to write in flash memory. i am using an 8 byte structure to put data at that location. but I don't know what is going wrong. please, help... I have given some part of the code below,   static FLASH_...

Rohit007 by Associate III
  • 212 Views
  • 5 replies
  • 1 kudos

External QSPI flash programming using JLink

Dear All,Currently I am trying to load some code to the STM32U599NJH6Q that is interfaced with the MT25QL128ABA QSPI flash over the OCTOSPI2 peripheral, using a JLink programmer.The pinout of this peripheral on my custom PCB is:I have also checked th...

G_Anastasopoulos_0-1721736293186.png G_Anastasopoulos_1-1721736456038.png G_Anastasopoulos_2-1721736631933.png

Application image integrity on stm32h7 flash

Hi,I am using stm32h745. I want to check the integrity of flash by checking crc checksum of the code in flash by storing the crc to last 4 bytes of flash. During image integrity check the calculated crc and stored crc need to compare. For this how sh...

Jpj.1 by Associate II
  • 196 Views
  • 6 replies
  • 0 kudos
Labels