STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DAC output result input to ADC

I'm new at STM32 MCU.Is it possible that on STM32MP157D-DK1?I first set a value to DAC and then use its output as input to ADC then finally get a digital output which must same as the value i set to DAC. (Without DMA)If I can do that , how can I do t...

32F417: HAL_RCCEx_PeriphCLKConfig() questions

Hello All,The above function is used to config various clocks. For the RTC it contains this    /* Enable Power Clock*/ __HAL_RCC_PWR_CLK_ENABLE(); /* Enable write access to Backup domain */ PWR->CR |= PWR_CR_DBP; // Wait for above to stabi...

PHolt.1 by Senior III
  • 1310 Views
  • 4 replies
  • 0 kudos

USB renumeration in NUCLEO-F446RE

I am designing a board using STM32F446RE (with embedded ST link) with NUCLEO-F446RE as a reference. While going through the NUCLEO-F446RE schematic, I am not clear regarding the USB renumeration process and hardware connection. Could you please expla...

Ellu1213 by Associate
  • 1874 Views
  • 3 replies
  • 0 kudos

Resolved! STM32F769i DISCO recovery to factory reset

I have purchased STM32F769 Discovery Kit. I'm new to this board usage. I tried an led blinking example using STM32CubeIDE. After Debugging the code I lost the factory default code and now nothing is showing on LCD display.Is there a way to get back t...