1 / 8

Building Sample Projects LAB

Building Sample Projects LAB. More Debugging Details Build and Test the Projects of your Choice. More on Debugging – Breakpoints. NET+OS supports both software and hardware breakpoints. Software breakpoints (instruction fetches) are only possible while debugging from RAM

Télécharger la présentation

Building Sample Projects LAB

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Building Sample Projects LAB More Debugging Details Build and Test the Projects of your Choice

  2. More on Debugging – Breakpoints • NET+OS supports both software and hardware breakpoints. • Software breakpoints (instruction fetches) are only possible while debugging from RAM • Actual instruction is replaced with a special bit pattern that forces the ARM into debug mode. • Unlimited number of software breakpoints available. • Hardware breakpoints (data accesses) are possible while debugging from RAM or ROM. • Triggered by particular address access. • Maximum of one hardware breakpoint at a time. (Green Hills Limitation)

  3. Software Breakpoints • Adding a software breakpoint takes one click!

  4. Hardware Breakpoints • Hardware breakpoints installed via entering address or symbol name, r/w/x.

  5. ThreadX Tools • Multi-2000 has a number of specific tools for debugging and analyzing ThreadX.

  6. ThreadX Tools (2)

  7. ThreadX Tools

  8. Build and Test Project(s) • Choose a project from \NETOSx\src\examples; must not require resources not available here • Build, download, and run the “debug” version • Experiment with breakpoints, watching variables, etc.

More Related