|
Readme
This is a C language project that demonstrates the serial
peripheral interface (SPI). This
project interfaces the ST7735R LCD and SDC to the microcontroller.
main0 Low level test, it will leave the SDC unformated.
main1 Simple file write and test, SDC needs FAT16 format.
main2 Longer file write and test, SDC needs FAT16 format.
main3 Will create a large binary file called Sound.bin.
main4 Will stream Sound.bin to 12-bit DAC at 11.025 kHz.
First run main3 to create Sound.bin. Then, connect PB20 (TExaS scope) to PA15 (DAC output) and run main4.

Derived from Texas Instrument code
- spi_controller_multibyte_fifo_poll_LP_MSPM0G3507_nortos_ticlang
- spi_controller_command_data_control_LP_MSPM0G3507_nortos_ticlang
- spi_peripheral_register_format_LP_MSPM0G3507_nortos_ticlang
|