Other Parts Discussed in Thread: CONTROLSUITE, , C2000WARE
Tool/software: Code Composer Studio
Ok so I have CCS 8.1.00011 and the out of the box demo in the latest controlSUITE.
After nuking the project settings I got the debugger working fine.
My attempts at simply writing a modified version to the Flash, and having it boot on it's own without the debugger, have gotten nowhere.
I've tried reading the 1 day workshop on C2000 as it is specific to the F2837xD, it didn't help much.
So far I've found on this forum several posts with the same sort of issue, it just left me with some info:
1) Need to change SW3 position 1 to 0 to change the boot mode.
2) Something about OTP_BMODE needing to be set to 0x0B Flash mode
3) Something about a disableWatchdog
4) The CCS debug is also the Flash tool
I would have expected something as important as writing to a permanent copy of the program to a microcontroller so it will boot in standalone mode, to have an entire chapter as the guides on using the debugger do.
Vague references to settings aren't helpful, are these in CCS, the source code, or some other unrelated program I'm not using ?
Really, really frustrated at this point. Please TI rework the documentation for this board/micro, information should not be this scattered.
Write a chapter/document specific to booting from flash in standalone mode, include the Flash/boot/CCS interactions.
ps: Board is stuck in some mode where it does nothing on boot, until I use the debugger, would at least like a way to fix that.