Dac output of stm32h7 at startup
Hi,I have a problem When I use Dac output of stm32h7 . Dac output go high (3.3v) for 200ms and then it go to adjusted value. Why?How can I prevent this event?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I have a problem When I use Dac output of stm32h7 . Dac output go high (3.3v) for 200ms and then it go to adjusted value. Why?How can I prevent this event?
Hello, I am using the STM32F303K8 on the Nucleo-F303K8 to measure multiple ADC channels and update a control loop based on the values. I have set up ADC1 using the DMA in circular mode to read channels IN1, IN2, and IN4. I have a buffer set up in whi...
I'm sttarting with STM32. I've bought Nucleo STM32H745ZI-Q and I'm trying to bling a LED (or any other GPIO). I've downloaded CubeIDE, CubeMX is included in it. I'm tring to Toggle GPIO pin, i've tried few tutorials on yt with no luck. ST-Link is up ...
I'm trying to set up a BDMA Stream with Lptim5 as trigger source. Which interrupt on the Lptim5 can i use? "Lptim5_ait" is not listed as an interrupt in the Lptim section of the manual ( page 1881, table 350).Happy new year and thanks in advance!
Recentrly I've heard about a letter sent to some customers which informs about increasing prices across all product lines effective from 1st of Jan 2021.It describes that current pandemic has created challenges in semiconductor industry which has lea...
Hello,I'm working with a STM32F412. In my process, the STM32 will receive a firmware. The idea is to flash this firmware (that is in RAM) to the STM32 for it to execute after a reset. I don't know if it is possible.If it is not, what are the properti...
Hello,My project uses 4 uart interrupts on stm32f476 with freertos.I have a problem with one of 4 uart interrupts. (uart7)It works normally for a period of time, after that it doesn't work anymore.I tried changing the interrupt priority but the resul...
Hi we are considering the STM32G070RBT6 64pin for its wide support for multiple PWM,ADC and USART ports, and would like to confirm that this part can simultaneously support 12 PWMs, 15 ADCs , 3 USARTs and 1 I2C . We are planning to use 2 of these as ...
Hi,I want to trigger the RTC alarm interrupt 10 seconds after the currently read time.The interrupt also triggers sometimes, but not every time the function "SetAlarmAInterrupt" is called.What could be the reason that the interrupt only trigger from ...