User Activity

After updating to STM32CubeIDE v1.13.0 I can no longer generate code from my IOC. This also prohibits me from creating a new project as it can't find the firmware packages. When I hit "manage embedded software" nothing happens.EDIT: This appears conn...
I'm using an STM32F779 on a known working custom board connected to an EMMC chip (8 wide). I'm using the SDMMC2 peripheral with a DMA channel for Rx as well as Tx and the SDMMC interrupt enabled. My application has two modes, in the first I log data ...
Posted on February 12, 2014 at 18:03I'm using custom code which is somewhat ported from the STM3240-G USBD-MSC example application. I also made modifications to the read/write functions to take blocks as arguments vs. bytes. I've stepped through the...