2021-04-16 10:12 AM
Hi, I am working on a project and i have two stm32f1038ct6 blue pills and I have to send a message over the bus and verify that it was received properly. Any help would be appreciated =)
We are using the stm32IDE
We are using stm32 Cube programmer
We are using two stm32f1038ct6 blue pills
Thank you and have an amazing weekend =)
2021-04-21 04:52 AM
And what is the issue or the question you would like to ask @GMump.1 ?
You are new on STM32 Community, so welcome onboard :)
If you look for example to communicate between both boards, it depends on the communication protocol you select (USART, I2C, SPI, ...).
Several examples are available on the STM32CubeF1 package, but they are based on ST boards. BluePill isn't designed by ST, but it is possible to port some examples to this board.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.