fabricedesre / cc3200-rs

Getting Rust to run on a TI cc3200
Mozilla Public License 2.0
7 stars 2 forks source link

Fix gdbinit to make run.sh work properly. #14

Closed dhylands closed 7 years ago

dhylands commented 7 years ago

Added monitor soft_reset_halt which resets the processor and puts everything back into a know state.

Initialized PC & SP from the vector table (normally this is done by the bootloader).

dhylands commented 7 years ago

This still only works with debug builds. The release build problem is something else.