User Activity

Hi,I'm working with the STM32H750VBTx and I switched to the latest FW version package, STM32Cube FW_H7 V1.3.2.CubeMX generated the stm32f7xx_hal_conf.h file and a line was added to this file:#ifdef HAL_EXTI_MODULE_ENABLED #include "stm32f7xx_hal_ext...
Hi,I have to to run my code in RAM on STM32H7 and debug it.I put my code in RAM_D1 (start address = 0x24000004) changing the linker file in this way: /* The program code and other data goes into FLASH */ _sl_my_Code = LOADADDR(.my_Code); /* pnt to th...