This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

S3C2410 RTX problem?

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???