Hi
I am testing and developing in LP-MSPM0L1306.
I want to play music using DAC.
So i have to write binary file(music data) to internal memory.
Question:
1. In linker SECTION, Is Linker can ONLY inport .obj file?
(Can I write as this code? In SECTION{
.musicdata : { musicData_MSPM0L1306.wav } > FLASH2
)
2. Is there anything smart way to include .wav flle for output file(for write MCU)?
thanks,
GR