User Activity

Hello, how can I detect encoder overflow on STM32F767? I want to increment a variable every time the encoder overflows. Thank you, Vaclav
Posted on May 22, 2018 at 15:07Hello, I can not get usart2 working in asynchronous mode on STM32f767zi-nucleo.My clock configuration function containsPeriphClkInitStruct.PeriphClockSelection = RCC_PERIPHCLK_USART2|RCC_PERIPHCLK_USART3|RCC_PERIPHCLK_...
Posted on April 24, 2018 at 14:57Hello, can you recommend me a tft display with size about 5 inches that is supported by DRA-TouchGFX and works with STM32F767ZI-Nucleo?Thank youVaclav
Posted on April 12, 2018 at 10:21Hello, I would like to be able to receive CAN message 0x200(CAN_ID_RX is 0x200) and I have a CAN filter configured like this:sFilterConfig.FilterBank = 0; sFilterConfig.FilterMode = CAN_FILTERMODE_IDLIST; sFilterConf...
Posted on March 27, 2018 at 12:17Hello, is there a working example for CAN bus on NUCLEO-F767ZI board? I tried to search the STM32F7-Cube and was not successful. Thank you in advance! Vaclav#can-interface #stm32f7