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 with Ulink

sorry that may be a stupid question.

I am using Samsung's flash and find that uvision do not have the required algorithm. could anybody show me the procedure to program my code into the flash?
write a debug function? or create another elf to program it?

Thanks.

  • Which Flash device are you exactly using. We are currently in the process of adding many new Flash algorithms to the ARM toolchain.

    Reinhard

  • Good news to hear from you.

    We are using Samsung's MCP K5A3280YBC (4M Flash+1M SRAM). As I am working on the project right now, it will be much appreciated if you can give me clues how I can program it using ulink if your newly build module does not support this parts at this moment.

    I can now program the flash inside my code but do not know how to do it externally.

  • From a quick look to the datasheet, the Samsung Flash parts are compatible with the following Atmel algorithms that we already provide in the correct release:

    - K5A3x80YT: AM29F320DT (16-bit)
    - K5A3x80YB: AM29F320DB (16-bit)
    - Dual K5A3x80YT: AM29F320DTx2 (32-bit)
    - Dual K5A3x80YB: AM29F320DBx2 (32-bit)

    So, please select one of these Flash download algorithms. If you do not have these, please send email to: support.intl@keil.com.

    Reinhard