Unable to run hello world on FXT009

Hi,

I am learning to develop for Open AT and I am using FXT009 device with firmware R7.45.0.201102220653 and Developer Studio 2.3.0 on Windows 8 Pro.

I wanted to run a simple hello world example (tried to follow youtube.com/watch?v=MXCa0vM41Jk), but I have received an error that my firmware requires 0x260000 start address and my binary was linked against 0x2A0000. As a note, my RAM link address is 18100000.

my-screen.org/s/aghlbmRvc2hv … /view.html

I have changed the address, did Clean and rebuilt, then downloaded to the device. Developer Studio claims the application is running but I do not see the Hello World messages nor any traces, even after enabling all possible traces for applications.

Is the RAM link address correct for my device? Is there a way to get the RAM link address?

Also, is there an easy way to determine if the device is working properly?

viewtopic.php?f=108&t=6545&p=27587&hilit=0x2A0000#p27596

Thank you for that. I upgraded bootloader, firmware and now everything works correctly.