not able to perform UART communication between Nucleo wl55jc2 and stmf104c8t6
what could be the reason?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 7:53 AM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 8:09 AM
You've coded the solution incorrectly?
You have the wrong pins?
You haven't crossed the RX/TX between the micro-controllers?
The clocks are wrong?
Suggest to get a scope, and test one outputting a 'U' data pattern in a continuous loop, check the bit timing and that it's using the expected pin, etc.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 8:09 AM
You've coded the solution incorrectly?
You have the wrong pins?
You haven't crossed the RX/TX between the micro-controllers?
The clocks are wrong?
Suggest to get a scope, and test one outputting a 'U' data pattern in a continuous loop, check the bit timing and that it's using the expected pin, etc.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-06 8:26 AM
Check that the HSITRIM value in the WL55JC2 is being set correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-08 11:11 PM
thank you for your reply
the clocks were wrong
i put 48Mhz on stmwl55jc2 and 72MHz on stm32f103c8t6 then uart worked fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-08-08 11:18 PM
thank you for your reply
wl55jc has MSI, i used MSI clock
