Posted on October 11, 2007 at 15:44Dear readers, the problem is solved meanwhile. It was a wrong assignment of DPPs. In the large memory model (Tasking Compiler) i had to do the following: #pragma asm MOV STKOV, #?SYSSTACK_BOTTOM ; Set stack underfl...
Posted on September 26, 2007 at 07:58Hello Najoua, thanks for your fast reply. - The XRAM2 adress is 0x0F0000 (beginning of XRAM2 on the F276) - The DDP values are: MOV DPP0, #PAG ?BASE_DPP0 MOV DPP1, #PAG ?BASE_DPP1 MOV DPP2, #PAG ?BASE_DPP2 MO...
Posted on September 25, 2007 at 15:33Hello all, in order to flash an application into IFLASH and XFLASH (ST10F276), I am copying some code (lets call it the bootstrapper) from flash into XRAM2, which includes flash and communication routines. The ba...