STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

UARTS

Hello, I am using NUCLEO F49ZI. I am trying USART for Modbus Master. So after I send command to slave device, I would like UART to be listening mode or receiving mode. however, I confuse USART2_IRQHandler() and HAL_UART_Receive_IT(&huart2, pdata, 2...

yang hong by Associate III
  • 313 Views
  • 1 replies
  • 0 kudos

STM32L476 I2C problem

Hi All,I've been struggling with this for a while now. I have designed a new board based on the STM32L476 to replace an old design using a PIC. I cannot for the life of me get the I2C to work.I have used STMCubeMX to pinmux and configure / generate...

0690X000006BuyUQAS.png

Mark and Space parity on UART?

Posted on November 07, 2013 at 00:26Does anyone know if you can set Mark or Space parity on the STM32 USARTS?I only found that you can set Even or Odd parity so far. I need to configure an STM32 for hardware that uses Mark and Space parity bits so a...

byrned by Associate II
  • 2484 Views
  • 8 replies
  • 0 kudos

Problem with synchronization between STM32F7 Nucleo-F767ZI and OV5642 camera by Omnivision. How setting the external synchronization of the OV5642 and Nucleo-F767ZI?

I have an issue because the DCMI stay in a busy state and never acquire data from the DCMI. I have configured the camera for a VGA resolution and i want acquire that data through parallel interface using the DCMI and DMA of Nucleo board.Please, i hop...