STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! FIFO in UART of STM32F767

Posted on July 13, 2017 at 15:57Hello All,I wanted to know if the STM32F767, supports FIFO for the UART module? If yes, what is the size.I need the FIFO details for configuring the Hardware flow control.regards,Hemanth#uart #stm32f7 #fifo

STM32VLDiscovery st-link v2

Posted on July 13, 2017 at 16:05Hi,I know that the subject was already covered and concluded as st-link v1 has different hardware than v2 version.Just quickly looked into schematic and it seems that the MCU is the same as in v2 version (not v2-1). S...

dali Lighting Interface

Posted on July 13, 2017 at 11:38HiST has a DALI V1 library.Was this tested by DALI AG?Are there any plany to update it to DALI V2?Is there a ST third party offering a DALI V2 library?Thx

communication through rs485 modbus protocol

Posted on July 10, 2017 at 11:07Hi, My question is i want to communicate through uart between  stm32f030 board  and inverter ,I am using rs485 converter to TTL board.communication has done through modbus protocol.Driver enable pin is high data will ...

in stm32f0 usart with lpc1768 problem?

Posted on July 13, 2017 at 07:31 hi im connecting two board that one of them is stm32f0 and i configure its usart as this below /* Enable the peripheral clock of GPIOA */ RCC->AHBENR |= RCC_AHBENR_GPIOAEN; GPIOA->MODER |= GPIO_MODER_MOD...