User Activity

Hello, I am working with a STM32H747XI. I have connected a digital input on PA0_C & PA1_C. I used CubeMX for the initialisation.The initialisation code is : /*Configure GPIO pins : UI_ENC0_Pin UI_ENC1_Pin */ GPIO_InitStruct.Pin = UI_ENC0_Pin|UI_ENC...
Hello,I have question about DCMI : I set DCMI with a capture rate with DCMI_CR_ALTERNATE_2_FRAMEI toggl pin in callback to see in my digital scopeFirst line : line event ( green line)4th line : frame event ( green arrow)I assume that the DMA copy the...
Hello,I have an issue with USB CDC in my project. it worked flowless till I tried to send faster. Fisrt I was using :CDC_Transmit_HS((uint8_t *)pSendBuffer , length); without pb at all.But if I send with a higer data rate the TxState are continiously...
Hello,I am using CubeMonitor for the first time. I would like to know how to save and recall a project.I can't find how to open a monitor project.ThanksBertrand
Hello,I don't find on the STM32H730ZB datasheet a clear information about the maximum current output for the DAC ( with or without a OPAMP in follower). I plan to drive a LED from 100µA to 10mA maximum.Today, I have an externaI op-amp & mosfet but I ...
Kudos from