EasyManuals Logo

Texas Instruments MSP430 User Manual

Texas Instruments MSP430
413 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #270 background imageLoading...
Page #270 background image
270
while(s > 0)
{
if((value & 0x8000) != 0)
{
SDI_HIGH();
}
else
{
SDI_LOW();
}
SCK_LOW();
SCK_HIGH();
value <<= 1;
s--;
}
LDAC_LOW();
CS_HIGH();
delay_us(10);
LDAC_HIGH();
}
The rest of the code simply does the work of a Digital Signal Synthesizer (DSS) a.k.a waveform
generator. It generates three types of waves using wave tables and some basic mathematics.
Demo
Demo video: https://www.youtube.com/watch?v=gPZJyL9LWQc.

Table of Contents

Other manuals for Texas Instruments MSP430

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments MSP430 and is the answer not in the manual?

Texas Instruments MSP430 Specifications

General IconGeneral
BrandTexas Instruments
ModelMSP430
CategoryMicrocontrollers
LanguageEnglish

Related product manuals