I'm a newbie in RTX kernel.Now I could successfully debug my S3C2410's PIO and UART,but when I change the code in the RTX kernal,I found something wrong,I debug the process,found process enter an function with name"os_sys_init0" then "os_sys_init1",then it excute the assembly "SWI 0x05",it jump to the memory address 0x0000008,but it should be wrong,my program start address should be 0x30000000(SDRAM),because I could not see the source code of RTX,I can not debug it further,could anybody can help me???
Supply some info for it:I know the 0x00000008 should be a interrupt handler,but why then it enter a endless loop?
Now,I can manage it succesfully.Easily I add "RAM_INTVEC" for ASM option,could anyone tell me why?