Photon DAC & SPI3

The Photon documentation says the exposed DACs are 10 bit, but the STM doc says they are 12 bit. Is this a documentation bug or are only 10 bits of resolution exposed.

Is the SPI3 interface now available, or is that something that will be enabled at a later time. SPI1.begin() results in an error when I try to compile.

That’s a bug! They should say 12-bit.

SPI1.begin() should be setup currently… I’ll submit an issue for that! Thanks :smile:

Awesome! Thanks BDub!

I think the issue was created in our internal tracker. The compile problem with SPI1 has been fixed and will be in the 0.4.4 release that’s imminent.