Fix blinky led sample#2
Open
NoMore201 wants to merge 2 commits into
Open
Conversation
This should make AURIX Blinky_LED_1_KIT_TC334_LK sample to go past initialization stage. During initialization, startup code checks if current power on is caused by a hardware or software reset. To do this it reads SCU_RSTSTAT register. Only read is currently implemented for this register.
|
Thank you for your interest in the QEMU project. This repository is a read-only mirror of the project's repostories hosted QEMU welcomes contributions of code (either fixing bugs or adding new |
Member
|
Thanks for your contribution @NoMore201. I will have a look later during this week. |
|
Hi @NoMore201 nice to see you around here. I'll have a look as well. I have some changes for tc3x and tc4x in the pipeline with regards to scu as well. Nice to see iLLD examples working as well. 🔥 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces following changes:
Ifx_Ssw_isApplicationResetreads RSTSTAT register to understand if it's a hardware or software reset. Without this change, code samples would trap.