User Activity

(STM32H747I-DISCO board)It seems to be a common problem -- USB HS works fine as long as this line reads:hpcd_USB_OTG_HS.Init.dma_enable = DISABLE;As soon as I change this to ENABLE (either manually or through STM32CubeMX) then USB enumerates but as s...
See attached configuration in STM32CubeMX. Generated code is only: sOspiManagerCfg.ClkPort = 1; sOspiManagerCfg.NCSPort = 1; sOspiManagerCfg.IOLowPort = HAL_OSPIM_IOPORT_1_LOW;   // NOTE: MISSING ASSIGNMENT TO sOspiManagerCfg.Req2AckTime   if ...
I'm using an STM32H725 and am trying to read a block of SPI data (say, 100 samples) from an external SPI ADC on a fixed sampling schedule. That is, I do NOT want to read all 100 samples as fast as possible; I want to read 1 sample every microsecond.I...
The documentation for the DAC says "A DMA request can be generated when an external trigger (but not a software trigger) occurs if DMA requests are enabled"But I want to configure the DAC to have no trigger, and instead use TIM12_TRGO to drive the DA...
I'm trying to understand the benefits/tradeoffs of the "Direct SMPS supply" and "SMPS supplies LDO" options for the STM327H (red and blue options in the attached figure). Since the LDO adds an extra source of power loss, and the SMPS can supply all d...
Kudos from