hello,
I compile the usb_dev_serial demo in the AM1808_StarterWare_1_00_03_03 with gnu chaintool arm-none-eabi. but the ccs5 can't break the breakpoint set. the detail is below, pls give me some ideas.
1. create the new makefile project,browse and select "AM1808_StarterWare_1_00_03_03\build\armv5\gcc\am1808\evmAM1808\usb_dev_serial"
2. configure the gnu chaintool in project properties,set the C/C++ build->Environment, add new variable LIB_PATH.
3. source location in "Environment " configure lab, link the directory "AM1808_StarterWare_1_00_03_03\examples\evmAM1808\usb_dev_serial"
4. make the project and successful. then new the Target configurations, select the am1808 and the am1808.gel.
5. launch the debug, and set breakpoint in c code, the debug can,t halt at the breakpoint. if set the breakpoint in disassemble, the debug work well.
what happen? how do i configure the ccs to enable breakpoint function in c-code. thanks a lot.
Token.Jiang