Skip to main content
Associate II
May 21, 2024
Solved

Want to establish a Full duplex communication between two STM32WL 55JC

  • May 21, 2024
  • 1 reply
  • 2440 views

Hey there ,Here I am doing a project where, i want to to establish a full duplex communication between two STM32WL55jc, Is it possible to establish such type of of communication where the module should be able to receive and transmit the data simultaneously.

Best answer by STTwo-32

Hello @Shivaprasad and welcome to the ST Community :smiling_face_with_smiling_eyes:.

If you mean Sending and receiving on the Same time this is not possible but if you want to switch every time between sending and receiving, you can follow this example that will help you understand how everything works.

Best regards.

STTwo-32

1 reply

STTwo-32
STTwo-32Best answer
Technical Moderator
May 21, 2024

Hello @Shivaprasad and welcome to the ST Community :smiling_face_with_smiling_eyes:.

If you mean Sending and receiving on the Same time this is not possible but if you want to switch every time between sending and receiving, you can follow this example that will help you understand how everything works.

Best regards.

STTwo-32

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.
Associate II
May 21, 2024

Thanks for the Quick response  :smiling_face_with_smiling_eyes: 

Found it Helpful:thumbs_up: