Hi,
Just to be sure, did you use the Flash Programmer to erase and program your flash before you executed the program? CFV2 requires a manual flash programming step, as compared to CFV1, before you can execute.
Then, assuming you did that, can you look at your xMAP file in your bin directory and tell us what your SP_AFTER_RESET is? It should look something like:
#>00001000 ___heap_size (linker command file)
#>00001000 ___stack_size (linker command file)
#>40000000 ___IPSBAR (linker command file)
#>20000000 ___RAMBAR (linker command file)
#>0000FFFF ___RAMBAR_SIZE (linker command file)
#>00000000 ___FLASHBAR (linker command file)
#>00080000 ___FLASHBAR_SIZE (linker command file)
#>2000FFFB ___SP_AFTER_RESET (linker command file)
-- Rich