I've downloaded the evaluation versin of uVision 4 and wondering if it is suitable for a project that we will be starting soon.
The SRS of the project states that the application must be broken into two parts: Bootloader(8K Max) Application(56K Max)
The boot loader must calculate the CRC32 of itself, then the application, and fall into fail safe if the checksum is incorrect.
Can the linker calculate the CRC32 and place the result in the destination executable? Or is there another application that can take the resulting file and calculate the checksum?