STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

HAL UART DMA and SubGhz configuration bug

Hey, Im trying to use interrupts from UART DMA and SubGhz with STM32WLE5CCU. I noticed that I don’t get interrupts from both when I don’t define delay time between the configurations. The current code:MX_GPIO_Init();HAL_Delay(25); // because of bugMX...

Gyuki by Associate
  • 1020 Views
  • 2 replies
  • 0 kudos

SRAM data is lost after soft boot

Hi,I have a problem with the SRAM. I use a stm32f303CCT and Keil. I write  a value in the SRAM memory. (0x20000000 - 0x20000008) However, after a soft reset, the SRAM value will be deleted. How can this be prevented so that the data is preserved?The ...

PHolz1_2-1701849775464.png PHolz1_4-1701849882377.png PHolz1_5-1701849964218.png PHolz1_0-1701849205040.png
PHolz.1 by Associate II
  • 1341 Views
  • 7 replies
  • 2 kudos

Internal ADC

hello everyoneUsing the internal ADC(polling method) of the stm32f429 board the samples that im getting are too many for one cycle of analog inputhow to reduce the samples without giving a delay, like if I want 128 samples for one cycle.Vin is 300mVA...