0 Members and 1 Guest are viewing this topic.
*(volatile unsigned*) 0x900B0000=0x00000002;*(volatile unsigned*) 0x900B000C=4;
*(volatile unsigned*) 0x900B0000=0x00141002;*(volatile unsigned*) 0x900B000C=4;
Put this at the beginning of your code:Code: [Select]*(volatile unsigned*) 0x900B0000=0x00000002;*(volatile unsigned*) 0x900B000C=4;And at the end, put this to set it back to 90:Code: [Select]*(volatile unsigned*) 0x900B0000=0x00141002;*(volatile unsigned*) 0x900B000C=4;