We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am trying to creat my own project with DEMO uVersione 3.03. I copied the c and header files from RTX_Blinky sample Keil project which comes with the DEMO software to a new folder. I also made a new project name for it, and did some setting (my ev boad is at91sam7a3-ek). when I do compile, it give me lost of errors:
RTX_blinky.axf: Error: L6218E: Undefined symbol _init_box (referred from rtx_config.o).
RTX_blinky.axf: Error: L6218E: Undefined symbol os_clock_TCB (referred from rtx_config.o). .....etc.
My question is how this happens, and can I creat my own project with a DEMO wersion.
Thanks a lot....
Ben
I think you can, do some simple applications, but be careful with the settings.
I also got nearly the same problem when copy working c file to another project, then it stop working, i don't know why.