Posted on May 17, 2011 at 13:28by the way,my programe can work,but the interupt can't work,i don't know how to remap the interupt VectorTable,any one can help me out? Thanks a lot!!!
Posted on May 17, 2011 at 13:28I WANT TO laod the uclinux in the sram,uclinux stored in the spi flash,ST dont't give the source of bootlaoder,so i must write a bootloader for uclinux,so my first step is to run a simple programme with clock in extern...
Posted on May 17, 2011 at 13:28How cna i run my programe in the external SRAM? I can't find any info about SCB->VTOR,I just set like this: SCB->VTOR = NVIC_VectTab_RAM| ((NVIC_VectTab_ERAM-NVIC_VectTab_RAM) & (uint32_t)0x1FFFFF80); BUT it can't work...