Difference between revisions of "MSP430F5529"
From Teknologisk videncenter
m |
m |
||
Line 9: | Line 9: | ||
See [[IAR Workbench]] for explanation of IAR DLIB | See [[IAR Workbench]] for explanation of IAR DLIB | ||
*[[MSP430F5529/UART console]] - Simple implementation of low-level functions for STDIN/STDOUT and STDERR which enables use of '''printf()''' and '''scanf()''' | *[[MSP430F5529/UART console]] - Simple implementation of low-level functions for STDIN/STDOUT and STDERR which enables use of '''printf()''' and '''scanf()''' | ||
+ | ==Seeed Studio Grove== | ||
+ | *[https://www.seeedstudio.com/Grove-Starter-Kit-for-LaunchPad.html Grove Starter Kit for LaunchPad] | ||
[[Category:MSP430]] | [[Category:MSP430]] |
Revision as of 08:05, 8 December 2022
MSP430F5529
- MSP430F5529 Data sheet
- MSP430x5xx Family User's Guide
- MSP430F5529 LaunchPad User's Guide
- Starting a USB Design Using MSP430
- Link til UART startop projekt Projekt1.zip
- Link til MSP430F5529 Kompendium
DLIB
See IAR Workbench for explanation of IAR DLIB
- MSP430F5529/UART console - Simple implementation of low-level functions for STDIN/STDOUT and STDERR which enables use of printf() and scanf()