Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Energy-Driven Computing
MSP430FR5994 BOOSTXL-CC1120-90 Library
Commits
eb282c90
Commit
eb282c90
authored
Sep 12, 2019
by
Edward Longman
Browse files
Add initialisation of range extender
parent
30ce4136
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/test/min2.c
View file @
eb282c90
...
...
@@ -200,6 +200,12 @@ void main (void)
trx16BitRegAccess
(
RADIO_WRITE_ACCESS
,
0x2F
,
(
0xFF
&
preferredSettings
[
i
].
addr
),
&
writeByte
,
1
);
}
}
NOP
();
NOP
();
/* enable range extender */
range_extender_init
();
while
(
1
)
{
hal_timer_wait
(
0x0190
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment