STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Hi, I am new to STM32. I am trying to get the RTC working on a nucleo F302R8 board. But the seconds are giving weird returns. I am not sure that minutes work properly either.

Here is the RTC initialization code:static void MX_RTC_Init(void){ /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime = {0}; RTC_DateTypeDef sDate = {0}; /* USER CODE BEGIN RTC_Init 1 */ /* USER CODE END RTC_Init 1 ...

GPapo.1 by Associate
  • 970 Views
  • 3 replies
  • 0 kudos

SPI DMA multimaster setup, buffert size issues

HelloIm working on a multimaster setup, but having alot of problems setting it up.the processor in use is stm32f765zgThis is my pin setup(msp):SPI2_SCK_GPIO_CLK_ENABLE(); SPI2_MISO_GPIO_CLK_ENABLE(); SPI2_MOSI_GPIO_CLK_ENABLE(); SPI2_CS_G...

MBohm by Associate II
  • 935 Views
  • 4 replies
  • 0 kudos

Resolved! Check watchdog status ?

hi , Actually i am using STM32h750 controller. In this i want to know that ,is watchdog expiry occurred / not while main program is in running. After initializing the IWDG the 26 bit in RCC_RSR register is going to set. So how i know by ...

srikanth by Associate III
  • 2303 Views
  • 4 replies
  • 0 kudos

AD7616 SOFTWARE MODE with STM32H743ZI2

Hello,Good day, I am a intern trying to get the AD7616 to work with STM32h743ZI2. My main objective is to use the AD7616 in software mode and convert the analog inputand read them over SPI. The sequence of steps, I will be following are as follows: -...

dawn98f by Associate
  • 1266 Views
  • 2 replies
  • 0 kudos

standby mode current consuption

hello i am working on (STM32L152RETX) .when my mcu goes on standby mode then the current consumption 8.2 micro amp but as a documents standard i required 5.2 micro amp

Asing.3 by Associate II
  • 312 Views
  • 1 replies
  • 0 kudos