Hi,
i downloaded the new CCS6.2 version 50 and install BLE Stack 2.2.
The CCS6.2 Resource Explorer doenst import the BLE STack 2.2 examples into it.
So i went and imported per hand to my workspace.
Problem is that i can flash the stack for example and afterwards i cannot flash anything anymore.
If i import the examples from the resource explorer it works fine.
I used the flash programmer 2 and program the .hex files from stack-app-bim and that worked.
So i think there is something wrong with CCS6.2
I also did the workaround from the 4.8 version and replace the .dll file provided from TI.
Is there any issue know about CCS6.2 version 50 and BLE Stack 2.2 example projects?
So this is the error getting from the app:
Cortex_M3_0: GEL Output: Memory Map Initialization Complete.
Cortex_M3_0: GEL Output: Board Reset Complete.
Cortex_M3_0: Error occurred during flash operation: Timed out waiting for target to halt
Cortex_M3_0: Trouble Halting Target CPU: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.407.6)
Cortex_M3_0: Flashloader unable to erase sector 1 (code 4096). Sector may be locked - try mass erase operation.
Cortex_M3_0: Trouble Halting Target CPU: (Error -2062 @ 0x0) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 6.0.407.6)
I went and flash the same .hex file from app with flash programmer 2 and it worked:
>Initiate access to target: XDS-L3000850.
>Reading file: C:/Users/michael/workspace_v6_2/app/FlashOnly_OAD/app.hex.
>Start flash erase ...
>Erase finished successfully.
>Start flash programming ...
>Programming finished successfully.
>Start flash verify ...
>Skip verification of unassigned page: 0.
>Page: 1 verified OK.
>Page: 2 verified OK.
>Page: 3 verified OK.
>Page: 4 verified OK.
>Page: 5 verified OK.
>Page: 6 verified OK.
>Page: 7 verified OK.
>Page: 8 verified OK.
>Page: 9 verified OK.
>Page: 10 verified OK.
>Page: 11 verified OK.
>Page: 12 verified OK.
>Page: 13 verified OK.
>Skip verification of unassigned page: 14.
>Skip verification of unassigned page: 15.
>Page: 16 verified OK.
>Page: 17 verified OK.
>Verification finished successfully.
>Reset target ...
>Reset of target successfull.
