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?
Hello @STea I am aware of the existence of the Hal library, but I wanted to set the registers myself to learn coding.I was able to send from Usart1 and Usart6 by following these steps, but I cannot send from Usart2.Is there a different setting for Us...
Of course.. I want to use the OV5642 camera with the STM32F7508-DK card and display the image I took from the camera on the LCD screen on the STM32F7508-DK card. But I don't know how to do this with software.I found an example for the STM32F103 board...
Hello, you say that you can get images on LCD using Stm32f4 and Ov5642. I also want to do a study on this subject, but I have not been successful yet. Can you give information about how you did this? @zhaocandut
I found a sample application of the OV5642 camera module for the STM32F103C8T6 chip. However, I had difficulty adapting this code example to the STM32F7508-DK development board. Is there anyone who can help on this issue? OV5642 camera module example...