-
Notifications
You must be signed in to change notification settings - Fork 82
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
Support MSP-EXP430F5438 board and Improvment in Timer/Watchdog/Ports/Flash #29
Open
roy77
wants to merge
33
commits into
contiki-ng:master
Choose a base branch
from
roy77:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
Read/Write to file Only active when filename is set Use cpu.setFlashFile to set a filename
Node for MSP-EXP430F5438 board
Watchdog Interval Timer call setBitIFG but interrupt is not flagged. Workaround this by calling cpu.flagInterrupt(58, this, true);
Two variables (selValue,selValue2) are defined. This values represent the inputs which are switched to output via PxSEL,PXSEL2. This values must be set by timer, ccu, ad-convert,... via writePortSel Disable set in to 0 after reset. Because this are inputs and the physical connection to other components is not affected by the reset.
Timer: - correct calculation of next event when not running to 65535 - PxSEL/PxSEL2 support - correct events in all modes (UP,UP/DOWN) Watchdog: - Support Watchdog of F5438 3Bit WDTISx (switch Watchdog type via version variable) - update delay on register changes
Only info mem is read/written to file because firmware is overridden when flash is written after reading firmware. Small improvements in file handling
A reset have to clear the registers.
- Component View for current Register values of Port, Timer,... - View current line in source code - Add/Remove breakpoints in source code window
Correct SFR offset Correct watchdog vector
improve timer
AbstractNodeGUI stays on top
replace arrays with lists exit on kill
This reverts commit 98a4dbb.
but x not implemented therefore now 0 is returned
Intercept errors in display communication
- detected changed parameter during run Improved Display HD66753 - using cycle diff of timer for exact PWM calcualtion Improved GUI - scalable
Change Watchdog delay value from int to long
Improved display timing Solved bug in timer up/down mode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I have deleted my old fork generate a new mspsim fork and add my changes without code reformating. Now it is easier for you to analyze my changes.