When doing a "Project Clean", the current IDE only deletes the object files and does not delete the executable or library files. This can lead to misleading results. For instance, we have three projects in a single workspace where two projects create libraries and the third project is an executable that links with the two previously created libraries. We always use "Batch Build" and do a "Clean" followed by a "Rebuild". It turns out that one of the libraries was not building correctly, but if you weren't looking at the screen, you would never know because the executable linked just fine (because the OLD library was still there - it didn't get deleted with the "Clean" operation). A "Clean" should get rid of the object files and the library/executable files.
When loading an AFX image using the ULINK2 adapter, it would be nice if a checksum or a CRC could be computed for the loaded image. When presented with a board, there currently is not a way to know whether an image is already loaded into the hardware or if it is loaded, there is no way to know what image is loaded (the current image or an older one). It would be nice if the IDE/ULINK2 adapter could display a checksum or CRC of a loaded image.
Thanks, Dan