User Activity

In :/stm32h745nucleoTest_CM7/Drivers/STM32H7xx_HAL_Driver/stm32h7xx_hal_dma.cwe find: if(IS_DMA_STREAM_INSTANCE(hdma->Instance) != 0U) /* DMA1 or DMA2 instance */ {  /* Clear all interrupt flags at correct offset within the register */  regs_dma->IFC...
In the flash.ld file:/* Memories definition */MEMORY{... ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K}SECTIONS{....... .itcm : {  . = ALIGN(4);  *(.itcmram)     /* .section_name section */  . = ALIGN(4); } >ITCM_RAM AT> FLASHthe function:int __a...
LWIP is hogging memory where it didnt oughta be. ...\ld.exe: section .SRAM2 VMA [0000000030020000,0000000030031033] overlaps section .lwip_sec VMA [0000000030000000,00000000300419cf]but in the .ld file is allocated thus/* ethernet Modification star...
How can I display double or longlong variables (as human readable floating point or integer values) in the cube ide debugger please?.