User Activity

I try to receive data with the USART1 in LIN mode using interrupts. Unfortunately I can't get it to work. This is the configuration of the USART1:The signal on the LIN bus is composed of the LIN break (HAL_LIN_SendBreak(&huart1);), the sync part (HAL...
I have a USB camera connected to a STMF746G Discovery board. I like to get the frames from the camera and show them in a TouchGFX application (e.g. using dynamic bitmaps). How do I get the camera frames? Is there any simple code example?