Posted on May 17, 2011 at 09:51Ok I found something, new ENET_init takes different parameter from previous version, now I passed a valid MAC_config and then I called ENET_SetOperatingMode. But now I have a different problem my ENET_HandleRxPkt alway...
Posted on May 17, 2011 at 09:51I just updated the ST library on my project, I have a custom network bootloader in bank 1 that starts an application in bank 0. The network works in the boot loader, but, after it is reinitaialized (ENET_Init, ENET_Sta...
Posted on May 17, 2011 at 09:50I developed a network bootloader using uIP. The bootloader resides in Bank 1, it starts then if it finds a valid application in BB0 runs it. I need to be able to restart the STR9 from within the application in BB0. Is ...