Part Number: CC1310
Other Parts Discussed in Thread: SYSBIOS,
Tool/software: Code Composer Studio
I am struggling to get the I2S working on my hardware. I am trying to use an example called I2S_init. In the code it includes "static ti_sysbios_family_arm_m3_Hwi_Struct hwiStruct" Where do i find that?
I have download several other examples, but could really use some help with I2S.
My application is to receive audio date via the 900mhz link, convert it ti I2S to load it into a DAC for my decode.
TI could sure add more documentation on I2S. I have tried to use I2S.h, but need more help. The example I2s_init does not use I2S.c, but writes directly to registers. That's ok with me, but i have searched for the file above and can not find it.