Update stack size
For some reason ETH_IRQ handler was not enabled Everything seems to be working
This commit is contained in:
@@ -147,7 +147,7 @@ int main(void) {
|
||||
|
||||
/* Create the thread(s) */
|
||||
/* definition and creation of app */
|
||||
osThreadDef(app, app_main, osPriorityNormal, 0, 128);
|
||||
osThreadDef(app, app_main, osPriorityNormal, 0, 1024);
|
||||
appHandle = osThreadCreate(osThread(app), NULL);
|
||||
|
||||
/* USER CODE BEGIN RTOS_THREADS */
|
||||
|
||||
Reference in New Issue
Block a user