Question
stm32f4 discovery n00b/debug question
Posted on November 18, 2012 at 15:55
Sorry if this is a repost that I missed but I'm looking to play with one of these boards to practice porting RTOS's to such as uCOS II/III. But I don't know much about the debug capabilities provided by STLINK/V2 built into the STM32F4 Discovery board. Such as ....
1. Can I debug/single step starting at the reset vector?2. Can I easily view registers/memory disassemble using STLINK?Basically I've used JTAG debuggers in the past and wonder if just using USB to debug/program will give me similar debug capabilies.Thanks.