Hi There,
Im having problem in download simple Hello world Program into the board. I try read all manual by Atmel which is related to booting. But i still cant understand how to download it.
Methods i already try:
-
Choose dataflash → enable → send bootfile (0x00) → send bootloader by keil(0x00) → send helloworld.bin(0x4200)
-
Choose dataflash → enable → send bootfile (0x00) → send bootloader by keil(0x8000) → send helloworld.bin(0x40000)
-
Choose SDRAM → enable → send helloworld.bin(0x20000000)
after all this methods plug out USB device and connect to com port. Then i press reset button in the board. The result is same everytime. just RomBoot word in terminal. I guess its either my bootfiles problem or addressing problem. Please help me to solve this problem. Can you please help me state clearly the steps i should taken to download a sample file like helloworld and get back result in hyperterminal. I have zero knowledge in MMU based uC. Thank you In advance.