User Activity

Hi,I'm trying to get a timer with external clock (ETR2) to trigger a DMA transfer from GPIO to memory on a STM32H745 with no luck.I'm using cubeMX to generate the code below.The timer seems working. TIM2_IRQHandler is triggered periodically.However n...
Hi,I'm trying to change the boot order of the STM32H745 to gate the M7 core and boot the M4 core.This works fine in ST-Link utility ofcourse.Now I'm trying this in code and this seems to not work.I think the issue is with setting the bit from high to...
Hi,I recently stumbled on a issue.For a project we developed a bootloader which checks the programs CRC if it matches and halts if not. The CRC is calculated after linking and is placed in front of the application.I found out that there is a differen...
Hi there,I'm using the H7 dual core MCU's and using the M4 core for USB CDC.There is an issue with using the M4 core with USB CDC.The reference manual states at page 137 that address 0x1FF00000 - 0x1FF1FFFF is available to the M7 core as "System Memo...
Hi,So with STM32CubeMX is it possible to generate a working CDC (VCP) for the M7 core.I'm unfortunately unable to generate one for the M4 core.What I did (for Nucleo-144):Selected STM32H745ZITxSystem Core->RCC: HSE to bypass mode.Connectivity->USB_OT...
Kudos from