User Activity

Hello,I know that the static stack usage is available in the stm32cubeide, but I'm wondering can I do it use a command line?after more googling, I found that there is command for arm "armlink " that can run to get the stack used for each obj file ARM...
I Have STM32F746 Disco and i have a memory section that sould be initialized to zero.and the aim behind this is to keep the memory content whenever the board is rest.but unfortanlty, this section is being clear every time i restart the debuger.the se...
Hello,Is there a way to create a STM32cube IDE project using command line?Thanks,Mohammed
Hello,I'm wondering what is general criteria to set a tick source?for example I have two different boards NUCLEO-64 based on STM32F411 and STM32F429I-DISC1 and when i tried to generate a project using the STMCubeIDE, the tool used TIM6 as a source of...
Hello,I'm using STM32H743ZI and i noticed that STM32CubeIDE is generating a linker file with the following memory partitions:MEMORY{ FLASH (rx)  : ORIGIN = 0x08000000, LENGTH = 2048K RAM (xrw)  : ORIGIN = 0x20000000, LENGTH = 128K RAM_D1 (xrw) : ORIG...