Hi all,
I'm developing some audio application with KEA128, I was able to generate a sound using analog ports mainly PWM,
for now, I moved to a digital audio application which KEA128 not so strongly supported.
I'm referring to AN944 "Emulating I2S bus on Kinetis-M" which uses SPI to generate I2S signals.
PE is my mainly developing tool which only supports for SPIBlockSend method.
My question is, How to send 2 or more bytes on KEA128 or to be specific, SPIBlockSend only send char out of sequences one by one.
And How to get continues Master clock when in master mode.
Because the default data size is 8 bits, Which are stopping me from getting continuous MCLK for I2S protocol.