ossicubesat
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ossicubesat [2012/05/13 19:34] – donghee | ossicubesat [2018/07/18 14:10] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1693: | Line 1693: | ||
} | } | ||
} | } | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | #### msp430 blink assembly | ||
+ | |||
+ | blink | ||
+ | |||
+ | ; | ||
+ | ; | ||
+ | ; | ||
+ | ; | ||
+ | ; ACLK = n/a, MCLK = SMCLK = default DCO ~ 800k | ||
+ | ; | ||
+ | ; MSP430x1xx | ||
+ | ; | ||
+ | ; / | ||
+ | ; | | | | ||
+ | ; --|RST | ||
+ | ; | | | ||
+ | ; | | ||
+ | ; | ||
+ | ; | ||
+ | ; Texas Instruments, | ||
+ | ; | ||
+ | ; Built with CCE for MSP430 Version: 1.00 | ||
+ | ; | ||
+ | .cdecls C, | ||
+ | |||
+ | ; | ||
+ | .text ; Progam Start | ||
+ | ; | ||
+ | RESET | ||
+ | StopWDT | ||
+ | SetupP1 | ||
+ | ; | ||
+ | Mainloop | ||
+ | Wait mov.w # | ||
+ | L1 dec.w | ||
+ | jnz | ||
+ | jmp | ||
+ | ; | ||
+ | ; | ||
+ | ; | ||
+ | ; | ||
+ | .sect " | ||
+ | .short | ||
+ | |||
+ | .end | ||
+ | |||
ossicubesat.1336937640.txt.gz · Last modified: 2018/07/18 14:09 (external edit)