summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d29d7a)
raw | patch | inline | side by side (parent: 1d29d7a)
author | Ivan Pang <i-pang@ti.com> | |
Mon, 20 Aug 2012 07:36:26 +0000 (03:36 -0400) | ||
committer | Ivan Pang <i-pang@ti.com> | |
Mon, 20 Aug 2012 07:36:26 +0000 (03:36 -0400) |
writer/eeprom/docs/README.txt | patch | blob | history |
index 2a732edf7b36a00e99c25a3dc73d36b21114acaf..b97e0f9e5eb6bd2dc3d01efefd76c91d893818c0 100644 (file)
5. Load the program writer\eeprom\evmc66xxl\bin\eepromwriter_evm66xxl.out to CCS, be sure evmc66xxl.gel is used in CCS
and DDR is intialized.
-6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x80000000.
+6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x0C000000.
-7. Load app.dat to 0x80000000:
+7. Load app.dat to 0x0C000000:
* In CCSv5, right click mouse in memory window, select "load memory".
* Browse and select writer\eeprom\evmc66xxl\bin\app.dat.
* Select the option "Use the file header information to set the start address and size of the memory block to be
loaded" and click "next".
- * Change the Start Address to "0x80000000" if it is not 0x80000000, and click "finish".
+ * Change the Start Address to "0x0C000000" if it is not 0x0C000000, and click "finish".
8.After the data file is loaded into the memory, run the program (in CCSv5, press F8), it will start to program the
EEPROM.
5. Load the program writer\eeprom\evmc66xxl\bin\eepromwriter_evm66xxl.out to CCS, be sure evmc66xxl.gel is used in CCS
and DDR is intialized.
-6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x80000000.
+6. Open the Memory view (in CCSv5, view->Memory Browser), and view the memory address 0x0C000000.
-7. Load your .bin file from step 3 to 0x80000000:
+7. Load your .bin file from step 3 to 0x0C000000:
* In CCSv5, right click mouse in memory window, select "load memory".
* Browse and select your binary file.
- By default, the browse menu only displays .dat files. You will have to change the option
TI Data Format (*.dat) to Raw Data Format (*.bin) to find your binary file.
* Click "Next".
- * Change the Start Address to "0x80000000" if it is not 0x80000000.
+ * Change the Start Address to "0x0C000000" if it is not 0x0C000000.
* Change the Type-size to 32 bits if it is not 32 bits.
* Make sure the swap checkbox is unchecked.
* click "Finish".
supported device numbers are
C6678
C6670
+ C6657
Please refer to BIOS MCSDK 2.0 User's Guide (http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide) for more details.
\ No newline at end of file