STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How do I configure MCU as an I2C slave device?

Remark : I am asking this question again, since even after trying multiple times on my own, and asking on other platforms, nobody has answered it yet. I can't figure out how am I supposed to configure as slave. So sorry for that. I am not able to del...

KSchr.11 by Associate II
  • 960 Views
  • 2 replies
  • 0 kudos

What "EXTI" stands for ?

Hi AllAbout EXTI :In some stm reference manual about "EXTI" i read some strange things : For example:In STM32f070 Ref. manual "EXTI" stands for " Extended Interrupt/event Controller".In STM32f407 Ref. manual "EXTI" stands for " External Interrupt/eve...

Syous.1 by Associate
  • 3395 Views
  • 7 replies
  • 1 kudos

I2C communication with multiple slaves

Hi guys may I ask for your inputs on the I2C communication. I am using STM32F103C8 MCU with 2 slaves on the I2C bus. 1st slave is PCF8574 IO expander and 2nd slave is MCP4725 DAC. I'm using CubeMX to generate my codes. What I wanted to do is use ...

RSy.1 by Associate III
  • 3293 Views
  • 5 replies
  • 0 kudos

SPI non-DMA max speed ?

I am communicating with a TFT LCD and trying to speed things a little bit. At the moment I dont have DMA library written, so I am using standard SPI mode.I configured the SPI clock as 5Mhz on STM32F407 mcu. My main clock is PLL on 96Mhz. With APB2 = ...

0693W000003BpLnQAK.png
Gossamer by Associate II
  • 3108 Views
  • 16 replies
  • 0 kudos

Using STM32F072VB..USART4 with interrupt..unable to read the receive buffer in interrupt routine...please see the code snippet... I trying to commpare p[0] & p[1]....to do the following operation in my code...

uint8_t p[2]={0,0}; /// receive buffervoid USART3_4_IRQHandler(void){ /* USER CODE BEGIN USART3_4_IRQn 0 */      /* USER CODE END USART3_4_IRQn 0 */      HAL_UART_IRQHandler(&huart4);      /* USER CODE BEGIN USART3_4_IRQn 1 */      HAL_UART_Receive_I...

Bs.1 by Associate II
  • 386 Views
  • 2 replies
  • 0 kudos

Resolved! STM32L476RC RTC run, wakeup and standby mode problems

Hi here,I have made a prototype with STM32L476RG on Nucleo-board - MCU are doing some task and go to standby mode with wakeup from RTC (1 Hz counter). The code was migrated into my own board with STM32L476RC - RTC doesn't work correctly - MCU goes to...

SLesh.1 by Associate III
  • 1575 Views
  • 5 replies
  • 0 kudos