User Activity

Hello, i am trying to implement Eeprom Emulation on STM32H723 using the code that ST provided in STM32CubeH7-Master for STM32H743 series. In the EE_Init function, first thing that function does is this line of code:   PageStatus0 = (*(__IO uint16_t*)...
Hello, ı want to run a function in ITCMRAM area. But as long as i call the function i enter HardFaultI added code snippet below(just the ITCMSection part) to the linker script.SECTIONS { /* The startup code goes first into FLASH */ .isr_vector : ...
Hello, is there any Application note or guide for how to use ITCM and DTCM on STM32H7 Series? 
Hello, i am trying to read and write from flash memory to hold some configuration datas. I am using STM32H723. When i try to write some part of flash memory, i can write for a few times, than my program goes to hardfault. When i run the code again, m...
Hello, i am using STM32H723 Microcontroller. I need to create a region in the memory(preferably whole sector 7) that is not erasable during debugging process. To do this i made the following changes in the linker script:MEMORY { ITCMRAM (xrw) : ...