Hi,
Using CCS6 and have new flash utility to program the hex file into my external flash - I would now like to add some configuration values to registers - such as
-delay 0xF00
-reg_config 0x3401, 0x0034 /* GPIO 2, 4 and 5 are set high */
-reg_config 0x1C80, 0x0000 /* Set PLL to bypas mode */
-reg_config 0x1C80, 0x0008 /* PLL put into reset mode */
-reg_config 0x1C88, 0x0008 /* PLL multiply set to 8 reference 10MHz F=80MHz */
-delay 0xFF00
-reg_config 0x1C80, 0x0001 /* PLL enabled */
-reg_config 0x8400, 0x0002 /* Clock out sys clock 1 */
-reg_config 0x1C82, 0x000B /* CPU clock frequency point C PLL output */
-reg_config 0x1C8C, 0x8000 /* DIV1 set to divide by 1 */
-reg_config 0x1C8E, 0x8000 /* DIV2 set to divide by 1 */
-reg_config 0x1C90, 0x8000 /* DIV3 set to divide by 1 */
-reg_config 0x3401, 0x0000 /* GPIO 2, 4 and 5 are set low */
-delay 0xF00
to speed up the program load time on boot - this seemed to work with the old hex55 utility, but I cannot find a way to add the values in the new window for CCS6.
when I look at the pull down menu it appears a little vague as to how best use it.
Any help at all would be very much appreciated.
Kind regards,