This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FLASH Programming errors

I am trying to create a FLASH programming algorithm for the Intel 28F320C3TC90 FLASH.

I am using the Keil tools as specified in the help section.

I am using the RealView Debug V1.8 as the ARM compiler.

I can compile without any errors. Just warnings about the command line parameters. i.e.

28F320C3TC90.axf: Warning: X0010W: Old syntax, please use '--info'.

When I tried to build the algorithm using the given FLASH.lib I get the following error:

28F320C3TC90.axf: Error: L6242E: Cannot link object Flash.lib as its attributes are incompatible with the image attributes.
Target not created

What is in the FLASH.lib file that might be causing this?

I also tried to build one of the provided algorithms and got the same error.

Is there another way to build a FLASH programming algorithm using the KEIL tools?

Thanks

Parents
  • Isn't what the Keil tools are suppose to do?

    I have the FlashPrg.c source code with all of the erase and programming alogorithms and the FlashDev.c that gives the device parameters.

    In the help file it just says you build it and thats all. When I do this I get that error.

    I opened up the liba library manager to see what was in the lirary file and the library manager said that it was not even a library.

    The documentation on how to do this with the Keil tools is almost non-exsistent from what I can tell.

    Anyone have any in depth details on how to use the Keil tools to develop a flash programming algorithm to use with the uVision IDE?

Reply
  • Isn't what the Keil tools are suppose to do?

    I have the FlashPrg.c source code with all of the erase and programming alogorithms and the FlashDev.c that gives the device parameters.

    In the help file it just says you build it and thats all. When I do this I get that error.

    I opened up the liba library manager to see what was in the lirary file and the library manager said that it was not even a library.

    The documentation on how to do this with the Keil tools is almost non-exsistent from what I can tell.

    Anyone have any in depth details on how to use the Keil tools to develop a flash programming algorithm to use with the uVision IDE?

Children