User Activity

I send an ethernet packet to MAC address 00:80:E1:00:00:00 but no interrupt occurs in STMEnabled Ethernet interrupts in CubeMX.What could be wrong?Code:/* USER CODE BEGIN Header */ /** ***************************************************************...
Started learning FREERTOS and ran into a problem.I showed 3 pieces of code of the same tasks.All 3 pieces of code work differently.Code 1void Task1(void *argument) { int j = 0; for(;;) { HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_0); for(j=0; j<100000...