Hello Guys, This is my very first hands on keil and arm processors, could any one please correct me what could i be doing wrong here? I could compile the threadx library and the demo application. The Real view compiler generates demo.axf using threadx.lib. When i load the same and try to execute on the simulator i see disassembled lines full of 0xAddress 00000000 ANDEQ R0,R0,R0 I can't see the application loaded any place. Can some one please suggest what is it that I am doing wrong?
Looks like the application does not start at address 0. Maybe a ThreadX example is not the right thing to get started. Try the examples that come in the RealView MDK first. Reinhard