Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 11 months ago.
Nucleo F401RE support for MODSERIAL
Hi, What are the chances of rolling out Nucleo F401RE support?
Thanks uCFreak
Question relating to:
1 Answer
10 years, 11 months ago.
If you want to add it yourself, have a look at: https://mbed.org/users/Sissors/code/MODSERIAL/. Same MODSERIAL functions, but the code refactored to make adding targets alot easier. If you would do it you can submit a pull request and it would be included there. I might also do it myself in the future, but that depends on my mood.
However if you just want a buffered serial, have a look at: http://mbed.org/users/sam_grove/code/BufferedSerial/