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 bought a Mini2440 ARM9 board based on the Samsung S3C2440 chip.
I am trying to compile/run the demo: C:\keil\ARM\Boards\Samsung\S3C2440\RTX_Blinky
But when I hit build, it says: Build target 'S3C2440' linking... .\Obj\Blinky.axf: Error: L6218E: Undefined symbol os_stk_overflow (referred from rt_hal.o). Target not created
What am I doing wrong?
Also is there any tutorial I can read how to do something simple like blink the LED on my board?
I am an experienced C/C++ user so that is not a problem but I do not know how to set up the project.
Thank you and I look forward to developing some ARM applications with Keil.
Maybe see this: http://www.keil.com/support/man/docs/rlarm/rlarm_ar_artxarm.htm
The topic Create New RTX Application provides a step-by-step introduction that explains you how to create RTX applications.