Skip to content

STM32: Freeze master timer on stop/breakpoint #5130

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 2, 2017

Conversation

bcostm
Copy link
Contributor

@bcostm bcostm commented Sep 18, 2017

Description

  1. Freeze master timer when debugging enabled and execution hits a breakpoint or gets stop by user.
    Similar to PR [STM32F401xE] Freeze master timer on stop/breakpoint  #4881 but extended to all STM32 devices.

  2. Add an additional condition to enable this feature: the FREEZE_TIMER_ON_DEBUG macro must be defined in mbed_app.json for example. This will give the choice to the application to enable it or not.

Status

READY

Migrations

NO

Related PRs

#4881

cc @betzw

This is a continuation of the work done on the STM32F401xE devices only.
In order to give the choice to enable or not the timer freeze on stop/breakpoint.
This has to be defined in the mbed_app.json file for example.
@0xc0170
Copy link
Contributor

0xc0170 commented Sep 29, 2017

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 1443

All builds and test passed!

@theotherjimmy theotherjimmy merged commit cc0b3d0 into ARMmbed:master Oct 2, 2017
@bcostm bcostm deleted the freeze_timer_in_debug branch October 3, 2017 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants