User Activity

I reading all topics about ethernet problems in Cube H7 1.1-1.3.And run example LwIP_HTTP_Server_Netconn_RTOS - it working good.But - I can't to repeat this example.I using NUCLEO-H743ZI board.Creating project from STMCUbe, enabling LWIP with static ...
In stm32f3xx_hal_cortex.c defined systick interrupt:void HAL_SYSTICK_IRQHandler(void) { HAL_SYSTICK_Callback(); }but in stm32f3xx_it.c the systick interrupt defined too:void SysTick_Handler(void) { /* USER CODE BEGIN SysTick_IRQn 0 */   /* USER...
On last version normal rtc init code was so:/* RTC init function */ static void MX_RTC_Init(void) { /* USER CODE BEGIN RTC_Init 0 */ /* USER CODE END RTC_Init 0 */ RTC_TimeTypeDef sTime; RTC_DateTypeDef sDate; RTC_AlarmTypeDef sAlarm;...