Hello ST,
I'm trying to display the uart data on stm32f429i(MB1046) eval board GUI, followed below link as
https://controllerstech.com/touchgfx-5-data-from-uart-to-ui/,
void HAL_UARTEx_RxEventCallback(UART_HandleTypeDef *huart, uint16_t Size)...
Hi ST,I'm trying to build SMBus Communication in STM32F407 with a battery IC (bq25720), but I can't read the device ID response.Could you assist me with this? Thanks,PSR
yes, this transmission working fine.Could you please go through the attached https://controllerstech.com/touchgfx-5-data-from-uart-to-ui/ , based on this i was generated the code and added the code. after you will get idea about task. please go thro...
I have quick test on attached code, please go through,could you please me to develop uart data on stm32f429 i eval display?Thanks ,PSR void StartDefaultTask(void *argument)
{
/* USER CODE BEGIN 5 */
HAL_UART_Transmit(&huart1, TxData, 256 , 1000...
Hello Andrew Neil,Thank you for your support. I have quickly tested this code. void StartDefaultTask(void *argument){/* USER CODE BEGIN 5 */HAL_UART_Transmit(&huart1, TxData, 256 , 1000); HAL_UART_Receive(&huart7, RxData, strlen((char *)TxData), HAL_...