Posted on November 09, 2006 at 10:19Hello, i write and read my flag from flash. char *flag = ''0000''; #define DownloadFlag 0x400C3FFC /* adress */ ... flag = (char*) DownloadFlag; /* read */ ... EIC_IRQConfig(DISABLE); /* Disable IRQ interrupts on...
Posted on November 09, 2006 at 08:16Hello, i insert the macro ''PERIPHERAL_INIT'' in the file 71x_init.s. (It is on default a comment line) Now work all the pheripheral systems ( in my case SPI) after a download of the main file. Don't ask me about ...
Posted on November 07, 2006 at 07:27Hello, i want to rephrase my question: Is it possible to controll or check if the BSPI ISR is remapped right after starting the main application? Perhaps to look a a register in debugging mode? Thanks, Heribert
Posted on November 06, 2006 at 10:36Hello, i inserted a a running code the IAP funtionality, (remapping ... based on the ST application). All works fine, except the SPI interface doesn't work anymore (works before). The BSPI1_CSR2 register is allway...