User Activity

HelloI want to use the AHPI7292S board with the STM32F7508-DK board.Is AHPI7292S compatible with STM32F7508-DK board? Is there any study on this subject?
Hello everyone I'm working with Uart on STM32F411RE Nucleo board. It gives a code error, but no data is provided through USART2. Can anyone help me with this problem? The code is as follows:  void Delay(int time); static void uart_set_baudrate(uint32...
I want to use the OV5642 camera with the STM32F7508-DK card and display the image I take from the camera on the LCD screen on the card.Is this possible? If it is possible, can you help me how to do this?
Hi!I'm working with STM32CubeIDE and I want to send data via UART using the code below. char *msg = "Hello\n"; HAL_UART_Transmit(&huart6, (uint8_t *) msg, strlen(msg), 100); But I get an error like this:What can I do about this issue?
How can I measure the sleep current of the chip on the STM32F103C8 board?