Posted on October 25, 2006 at 19:25After testing in a real device, it appears the statement in 3.2 is the definitive rule: i.e. ''Note: The Debug/Readout protection operation can be executed from all the internal/external memories except Flash Bank ...
Posted on October 25, 2006 at 11:47you could also try the ''USB Developer Kit for STR7 - Beta1 Posted'' posted to this forum. Either search for that topic of try the following link. http://mcu.st.com/mcu/modules.php?mop=modload&name=Splatt_Forums&fi...
Posted on October 25, 2006 at 11:28You need a loader program to do the IAP. You need to run the IAP/loader software from RAM while you are programming the flash or from the bank of flash you are not programming. You can write the loader to accept pa...
Posted on October 25, 2006 at 11:26Please can you clarify how to permanently disable the Debug Protect mode. I understand the application note software and documentation except for one small point regarding in which memory space the code should exec...
Posted on September 12, 2005 at 13:31Another small bug in the library? The file usb_core.h in line 624 reads: if (pInfo->Ctrl_Info.Usb_wLength == -1) { /* Data is not ready, wait it */ pInfo->ControlState = PAUSE; return; } This looks like it shou...