Programming with uLink2 and AM29F400B

I am using an AM29F400B flash with a AT91M55800A CPU and seems that uvision does not have the required algorithm for the external flash.

Is there a existing algorithm that I could use with this part? If not, could somebody show me the procedure to program my code into the flash?

Thanks.

Parents
  • and seems that uvision does not have the required algorithm for the external flash

    Of course it doesn't --- ULink is for programming the controller itself. There's no way it can know all possible arrangements of how you might have attached other memory chips to the controller, and cover programming them all.

    If you use external EEPROMs, get an external EEPROM programmer to program them, or write your own driver and program them from the controller (on the same port used to access them for reading).

Reply
  • and seems that uvision does not have the required algorithm for the external flash

    Of course it doesn't --- ULink is for programming the controller itself. There's no way it can know all possible arrangements of how you might have attached other memory chips to the controller, and cover programming them all.

    If you use external EEPROMs, get an external EEPROM programmer to program them, or write your own driver and program them from the controller (on the same port used to access them for reading).

Children
More questions in this forum