MODBUS communication using STM32F730
I'm trying to use STM32F730 for MODBUS communication. The datasheet and reference manual both shows support for MODBUS. However the problem is :
- when i use cubemx for configuration purpose it generated following message "This peripheral has no parameters to be configured".
- Further i generated the code when i check code using IDE the USART initilization function has no code and it appears as follows:
static void MX_USART1_Init(void)
{
/* USER CODE BEGIN USART1_Init 0 */
/* USER CODE END USART1_Init 0 */
/* USER CODE BEGIN USART1_Init 1 */
/* USER CODE END USART1_Init 1 */
/* USER CODE BEGIN USART1_Init 2 */
/* USER CODE END USART1_Init 2 */
}
As per my understanding this initialization function is not correct.
So all of you are requested to help me to understand what is the issue.
Regards
