PaulStoffregen
Well-known member
I posted a quick shout-out on Twitter, linking to this thread. 
https://twitter.com/PaulStoffregen/status/1053666670760288257

https://twitter.com/PaulStoffregen/status/1053666670760288257


I posted a quick shout-out on Twitter, linking to this thread.
https://twitter.com/PaulStoffregen/status/1053666670760288257
View attachment 14989
Wow... Good opportunity for a poll. As far as I know so far, it works on every Teensy 3.6 I know of. But are there some that may not run 256MHz sucessfully?
Nice work!
Just did some testing with Audio library at 256 mhz and the Audio shield. Seems to work nicely!
I did need to edit some files for it to compile.
For output i2s F_CPU i did use:
#elif F_CPU == 256000000
#define MCLK_MULT 9
#define MCLK_DIV 204
#define MCLK_SRC 0
And for other outputs i did just enter some "random", so i could compile (dont use other output objects, so can't try)
Hm, I'm currently working with the audio library (without I2S, but high CPU load), and I have no problems.
Your MCLK settings do not work for me.
@Paul: The audio library still needs some updates, and I want to do it. What shall we do with the clock settings? Use Dummys ? Show errors? Use Frassil's values?