Git Product home page Git Product logo

Comments (4)

madias123 avatar madias123 commented on August 24, 2024

Please post you wishes also in the new forum!
Maybe some of them has worked with I2s (I don't think so!)
http://www.stm32duino.com/index.php

from arduino_stm32.

rogerclarkmelbourne avatar rogerclarkmelbourne commented on August 24, 2024

@gpud

Not sure about Wire on the F4, as I've not tested it.

However on the F103 its a software implementation (bit banged) so I expect its the same on the F4

There were some minor bug fixes to the F103 version, so even if the F4 I2C works, I'd recommend you copy the Wire folder from STM32F1/libraries and give that one a try.

I can't recall all the fixes, but the important one was that the example sketch "i2C Scanner" didnt work, until the fix.

Re: Codec
Sorry no idea. Probably not. The initial port from F103 to F4 was done by the AeroQuad team for use on quadcopters, so I doubt they'd have need of an audio codec ;-)

If you care to join the forum (if youve not joined already) I added a F4 boards see
http://www.stm32duino.com/viewforum.php?f=39

from arduino_stm32.

rogerclarkmelbourne avatar rogerclarkmelbourne commented on August 24, 2024

There isnt and I2S library for any of the boards (not even STM32F1)

This will need to be written by someone. I personally have more urgent things on the project that need my attention.

I recommend you read the programming reference

http://www.st.com/web/en/resource/technical/document/reference_manual/CD00171190.pdf

and probably duplicate and modify the SPI lib, as I2S on STM32 seems to be an additional function within the SPI section of the chip

from arduino_stm32.

rogerclarkmelbourne avatar rogerclarkmelbourne commented on August 24, 2024

STM are now writing their own Core for the Nucleo boards, which will include a Nucleo F4, the best option is probably to wait for them to release a the code for the Nucleo F4 and then make a modified version of that to suit your boards

"Watch" the stm32duino github account

from arduino_stm32.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.