2014-03-27 05:23 AM
Did any body experience in communicating between two different boards (full duplex) . Please help me with code the controller can be of anything just I need a example for reference. Please help me
2014-03-27 05:32 AM
How is this any different from most serial communications? Consider SLIP as a self framing packet protocol.
2014-03-27 05:46 AM
Hi Clive
Thanks I didn't understand do you have any sample code for reference Thank you in advance2014-03-27 05:53 AM
Hi clive
My requirement have to done by using USART . 3 boards two stm32f030 and 1 stm32f407, Full duplex(USART) between stm32f407 and stm32f030 and half duplex communication between stm32f030 and stm32f030 . Please help2014-03-27 06:06 AM
I write commercial code.
STM32F4xx_DSP_StdPeriph_Lib_V1.3.0\Project\STM32F4xx_StdPeriph_Examples\USART\USART_TwoBoards STM32F0xx_StdPeriph_Lib_V1.1.0\Project\STM32F0xx_StdPeriph_Examples\USART\USART_TwoBoards2014-04-04 04:18 AM
2014-04-04 04:38 AM
2014-04-10 06:51 AM
Hi Sanjib,
Try to: 1- Precise the config to use: which USART? which pins? 2- Clean this code to keep only STM32F0 (no STM32F1) 3- Check peripherals available in your F0 device (Ex: in STM32F030x8, there is no USART2) -Mayla-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.