STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can the I2C2 block be used on STM32F107?

We're investigating replacing some STM32F105 processors with STM32F107 on a short time frame.The datasheet footnote says "SPI2/I2S2 and I2C2 are not available when the Ethernet is being used." Does that mean that I2C2 is never available or that you h...

STM32F446 I2C Registers OAR1 and OAR2

Are these registers two address of a I2C slave or OAR2 is a mask of OAR1?Mean:address slave = OAR1 AND OAR2. Ex. OAR1 = 0xE0 OAR2 = 0xF0. (OAR1 AND OAR2) are 8 address 0xE0,0xE2 .. 0XEE . Thank you Marco

MNoll.1 by Associate II
  • 933 Views
  • 3 replies
  • 0 kudos

I2C Interrupts

Hello everyone!I would like to know what requirements are needed to work with sensors in a STM32 core F401RE using I2C Interrupts, and if that is possible.Thanks.I was searching in Internet but I don't find nothing.

JGóme.1 by Associate II
  • 1619 Views
  • 7 replies
  • 0 kudos

Resolved! USART RX and TX issue

I am using STM32F746G discovery board.~~~void HAL_UART_RxCpltCallback(UART_HandleTypeDef *huart) {   HAL_UART_Receive_IT (&huart6, Rx_buff, USART_RX_BUFFER_SIZE);   HAL_Delay(500);   HAL_UART_Transmit(&huart6, &Rx_buff, USART_RX_BUFFER_SIZE, 1000);}~...

Mani1 by Associate II
  • 3216 Views
  • 10 replies
  • 0 kudos

Best way to suspend a triple interleaved ADC working in DMA mode 2 And to know the buffer address being written at suspension

Hi, I've configured the triple ADCs in Interleaved mode with DMA writing the ADC data in circular mode 2 on my Stm32f429 Discovery board. What I'm trying to implement is:Initialize DMA and ADCsWait for an external interruptPause the DMA transferShow ...

MMoha.3 by Associate III
  • 1173 Views
  • 1 replies
  • 0 kudos