Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • I am working on several applications for NXP 2136 and 2148 chips using IAR and want to use JFlash to program the chips. I am using IAR for development and am using the linker option "-Ointel-extended=.hex" to create the hex files. These hex files do not include a checksum in the interrupt table that is needed for the application to run. My problem is that JFlash doesn't add this checksum to all of the hex files. It adds it to some, but not to all of them. How can I get JFlash to add this checksu…