Dears
can you give examples about micro-controllers that cheap and can boot ADAU1461
Regards
ADAU1461
Obsolete
The ADAU1461 is a low power, stereo audio codec with integrated digital audio processing that supports stereo 48 kHz record and playback at 35 mW from...
Datasheet
ADAU1461 on Analog.com
Hello,
We have some example code for booting an ADAU1761 with a microcontroller here: https://ez.analog.com/docs/DOC-1806
You can use the same method to generate self-boot code for many microcontrollers.
We are not microcontroller experts, so I suggest seeking advice on other forums, such as the ones dedicated to different microcontroller families.
One key point when selecting a microcontroller is that you will need to check the size of the exported system files to determine how large the microcontroller's memory needs to be. The ADAU1461 has 1 kWord of program memory (5 byte words) + 1 kWord of parameter memory (4 byte words) + many control registers. A full boot with a completely full program memory will require 9.3 kBytes (75 kbits) of memory, plus you'll need space to store the microcontroller program itself. So, it's important to select something with at least 100 kbits of memory, depending on the application.
Hello,
We have some example code for booting an ADAU1761 with a microcontroller here: https://ez.analog.com/docs/DOC-1806
You can use the same method to generate self-boot code for many microcontrollers.
We are not microcontroller experts, so I suggest seeking advice on other forums, such as the ones dedicated to different microcontroller families.
One key point when selecting a microcontroller is that you will need to check the size of the exported system files to determine how large the microcontroller's memory needs to be. The ADAU1461 has 1 kWord of program memory (5 byte words) + 1 kWord of parameter memory (4 byte words) + many control registers. A full boot with a completely full program memory will require 9.3 kBytes (75 kbits) of memory, plus you'll need space to store the microcontroller program itself. So, it's important to select something with at least 100 kbits of memory, depending on the application.