User Activity

Hi,we have custom stm32f7 board with debugger connected and we are configuring UART RX in interrupt mode. In main function code is like below and uart rx interrupt is working fine for only once.uint8_t aRxBuffer[15];if(HAL_UART_Receive_IT(&UartHandle...
Hi,We are trying to interface STM32F76 custom board to DS3231MZ+ RTC chip ,we are able to set and retrieve time using I2C and it is incrementing properly as long as board is powered up. But Time and date are reset to 0:0 and year 2000 after board...
Hi,we have custom board based on stm32f7 and 8gb emmc is mounted on the board.As i see in other posts,we are also seeing CID,CSD values which results in 1gb capacity(not 8gb capacity).At the moment we don't want to execute EXTCSD and recalculate act...
Hi,we have custom board based on stm32f769 and ov2640 camera configured to jpeg output at 160x120 resolution. camera output is saved into file and when opened it is black.when file content is viewed it has proper header and end bytes as shown in scr...
We are using custom board based on STM32F769I.i am trying to bring up USB HS port (connected 8gb flash drive using otg cable to HS port).I have configured HSE as 25MHZ ,and RCC_OscInitStruct.PLL.PLLM = 25; RCC_OscInitStruct.PLL.PLLN = 336; RCC_OscIni...