Do STM micro controllers have SENT peripheral?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-21 2:46 AM
I am looking for a micro controller which has SENT peripheral in it do STM have any such microcontroller?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-21 2:59 AM
No, but you might be able to transmit data in that form using a TIM+DMA+GPIO or TIM-PWM+DMA combo
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
‎2023-04-21 4:37 AM
Thank you for your feedback is it possible to receive in the same way with out interrupting actual task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-04-21 8:44 AM
One could use TIM+DMA to capture the arrival of pulses in the time-domain. Say free-running TIM, Input-Capture, into a circular buffer, that was subsequently reviewed and decoded.
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
‎2023-04-26 10:47 PM
I can confirm that we implemented SENT the way @Community member​ says on STM32H7 with FreeRTOS and we manage to asynchronously decode 4 SENT channels while logging, webserver and other tasks are running.
