Search the Community
Showing results for tags 'MSP430G2744'.
-
Hello Can someone please walk me through a suitable MCU for AIC3254/AIC3253 audio codec? From the codec's eval kit, a controller with 32kB mem with I2C/SPI is enough. Is MSP430G2744 suitable? It has 1kB RAM, 32kB flash, 16MHz and 1 I2C, SPI each. The codec would not be used for digital audio. Preferring to keep it simple. One more thing. Since there isn't much of know-how on this from my end, I would prefer outsourcing the development. Generally speaking, what should I know before committing someone to take the task? Like 1) Would I also require a separate compiler/develop
-
- AUDIO
- TLV320AIC3254
- (and 7 more)
-
I was looking to interface FatFS to the MSP430G2744: It has 1KB of ram (may be enough? If not I might look into using the MSP430G2755 with 4KB of ram) I've been hacking away at getting it interfaced after doing Petit FatFS and realizing I needed to have resizable files and file creation (oops).... and that Petit has already been ported (double oops). I've been able to get it to compile with GCC, here's the FatFS branch of the project. But things are not running smoothly anymore, after I upload the code the LEDs are dim and it doesn't seem to execute past my little serial loggi