STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1417 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
  • 2713 Views
  • 10 replies
  • 0 kudos

Datasheet Accuracy Specifications

Hello,I'm doing some preliminary error budgeting for a piece of ATE that may include an STM32 MCU and was curious what the uncertainty of your public accuracies was? Appreciate it,Bob

RGood.2 by Associate
  • 570 Views
  • 3 replies
  • 0 kudos