Posted on April 27, 2007 at 19:09I found a power problem on my board :). Some tracks got to be cut and now everything is working fine. Anyway, thanks for your support!
Posted on April 26, 2007 at 19:40Could someone tell me what are the requirements for flash programming? Because I have set up the clock properly (in a few different configurations), disabled all the interrupts, I am running the code from RAM and all...
Posted on April 25, 2007 at 10:45 I have attached the files The code is a little messy because it has been ported from STR710 - sorry for that. Could you tell me is it possible to program flash only by writing to the necessary registers wit...
Posted on April 24, 2007 at 07:49Here's my code: Quote:#define __MAIN_C__ #include ''7xx_flash.h'' #include ''typedefs.h'' #include ''75x_lib.h'' int main (void) { #ifdef DEBUG debug(); #endif /* MRCC system reset(for debug purpose) */ MRCC_...