Page 1 of 1

STM32 and IIC

Posted: Thu Dec 06, 2018 6:09 am
by BirdKing
Hello, everyone. I think I may implement IIC on STM32 firstly. What do I need to prepare? hardware, software,pdf ? And how to test?

Re: STM32 and IIC

Posted: Thu Dec 06, 2018 6:15 am
by gandalf
BirdKing wrote:
Thu Dec 06, 2018 6:09 am
Hello, everyone. I think I may implement IIC on STM32 firstly. What do I need to prepare? hardware, software,pdf ? And how to test?
you can try stm32cubemx as a startpoint. or if you have nucleo board, go developer.mbed.com

Re: STM32 and IIC

Posted: Thu Dec 06, 2018 6:25 am
by stm32
gandalf wrote:
Thu Dec 06, 2018 6:15 am
BirdKing wrote:
Thu Dec 06, 2018 6:09 am
Hello, everyone. I think I may implement IIC on STM32 firstly. What do I need to prepare? hardware, software,pdf ? And how to test?
you can try stm32cubemx as a startpoint. or if you have nucleo board, go developer.mbed.com
what is the DIY work you support to make?

Agreed with Gandalf. That's right. If you are from the ground up,stm32ubeMX is a good choice. (You can download it from www.st.com).
Some samples issued with cubeMX can be easy to port the other board.

Re: STM32 and IIC

Posted: Mon Dec 10, 2018 12:46 am
by BirdKing
What is stm32ubeMX ? It is a STM32 chip class? I'm not very clear about what I want to do with my STM32.... I'm very poor about STM32...

Re: STM32 and IIC

Posted: Thu Dec 13, 2018 5:06 am
by Benjamin
BirdKing wrote:
Mon Dec 10, 2018 12:46 am
What is stm32ubeMX ? It is a STM32 chip class? I'm not very clear about what I want to do with my STM32.... I'm very poor about STM32...

STM32cubeMX is a software which can simplify the development process, you can download it from st.com. Currently, the best version is 4.27, it's strongly recommended use this stable release version. Please see the picture of attachment, FYI.