On the 2540, using BLE Stack v1.3.2 I have built the example OAD projects BIM, Simple BLE Peripheral Image_A and Simple BLE Peripheral Image_B. BIM and Image_A download and work fine together. Image_B builds correctly, but when running, its transition from Startup to main() is broken. After Image_B is loaded, I allow BIM to execute and jump to Image_B, which is at addess 0x4030. Image_B then executes its startup logic and then jumps to main(), which is wrongly located at 0x4A539! Of course, this is an out of range address and there is no code here. But the symbol "main()" is indeed placed here by the debugger! I have reviewed the configuration and xcl files provided by TI and everything seems to be in order. Any suggestions?