Posted on May 17, 2011 at 09:56Dear all : I config the ENET Address filtering mode to 100 (Promiscuous filtering), and connect STR912 to hub with PC. Then I send out a IPv6 Neighbor-Discovery packet (Dest MAC address : 33:33:ff:84:e1:fe), but I cann...
Posted on May 17, 2011 at 09:46Hi sword , Thank you , now I can erase and write data to flash . But now I have a another problem. When I erase flash , my watchdog will timeout and reset. The datasheet said that WDG timer cannot set to Timer mode by ...
Posted on May 17, 2011 at 09:46Hi all, I want to write data from flash bank 0 to another sector which in bank 0 too, and my code is following: __ramfunc void copy_data(void) { SCU_AHBPeriphClockConfig(__FMI, ENABLE); SCU_AHBPeriphReset(__FMI, DISA...
Posted on May 17, 2011 at 09:43The reason I want to use STR9-DONGLE demo code is that has lwIP , the FreeRTOS official demo project is using uIP . I want to use lwIP instead of uIP , so I would like to use STR9-DONGLE demo code for some reference . ...