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

SWI_TABLE import causes "Undefined symbol __SWI_0.." error

Hi,

I use a Toshiba TMPM330 on the starter Kit from Keil (so I use uVision 4). I want to use the RTX with my own defined SWI.

According to the online manual, it should be sufficient to import "\Keil\ARM\RL\RTX\SRC\ARM\SWI_TABLE.s" file into my program and then just edit 2 lines per new SWI. Unfortunately I do recieve the error that the SWI_0 to SWI_7 is undefined (which are part of RTX Kernel).

To decrease the probability for mistakes, I simply use now the RTX_Blinky example which already implements the RTX-RL for the chip. But the error still exists. Do I have to import anything else like the "Startup.s" (which causes other errors).

I am pretty confused, as the RTX-RL seem to work in the example and afaik the SWI_TABLE.s file import should not change or cause major issues.

I am open for any new suggestions.

Thank you

0