How to write a audio code for this processor

Papabravo

Joined Feb 24, 2006
21,228
You write it just like you would write anything else - one line at a time. Seriously, if your processor does not have dedicated hardware to send and receive data with this device, then you need to use GPIO lines to bit-bang the protocol. It really is not that complicated. It looks like 16-bit SPI.
 

Thread Starter

luckwill7

Joined May 31, 2023
10
You write it just like you would write anything else - one line at a time. Seriously, if your processor does not have dedicated hardware to send and receive data with this device, then you need to use GPIO lines to bit-bang the protocol. It really is not that complicated. It looks like 16-bit SPI.
Thank You.......Can Send The Example Sketch Like for that Processor
 

Thread Starter

luckwill7

Joined May 31, 2023
10
You write it just like you would write anything else - one line at a time. Seriously, if your processor does not have dedicated hardware to send and receive data with this device, then you need to use GPIO lines to bit-bang the protocol. It really is not that complicated. It looks like 16-bit SPI.
Thank You Sir.........Can You make The sketch For that Processor Sir
 

Papabravo

Joined Feb 24, 2006
21,228
Can you make the code
Well. I don't have the means to do it and test it handy at the moment. On top of that there really is not enough information to do what you are asking. How about a schematic diagram showing the connection from the Arduino to the NJW1153. Some idea of what the data being transferred means would also be helpful.
 

Thread Starter

luckwill7

Joined May 31, 2023
10
Well. I don't have the means to do it and test it handy at the moment. On top of that there really is not enough information to do what you are asking. How about a schematic diagram showing the connection from the Arduino to the NJW1153. Some idea of what the data being transferred means would also be helpful.
Is this useful Image
 

Attachments

Top