How to start using UART for SPC58EG?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-12 1:55 AM
I am currently developing UART functionality on the SPC58EG chip, and I want to use LinFlexD1 hardware channel to develop UART.
However, I cannot find relevant examples in the SPC5 Studio IDE.
I am referring to the official manual (RM0391), which mentions that the Peripheral Sensor Interface-Support module (PSI5-S) must be enabled and related registers modified to use LinFlexD as UART.
Are there any more specific example codes or projects that can be used as a reference for developing UART?
Thank you.
Solved! Go to Solution.
- Labels:
-
SPC5 Automotive MCUs
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-12 2:31 AM
Hello Fukai ,
There is no specific example for the IP PSI5-S modes.
I recommend to fork serial_lld.c in SPC5Studio
Best regards
Erwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-12 2:08 AM
Picture to supplement the description
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-12 2:31 AM
Hello Fukai ,
There is no specific example for the IP PSI5-S modes.
I recommend to fork serial_lld.c in SPC5Studio
Best regards
Erwan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-07-12 4:11 AM
hi Erwan,
thank you for your reply.
I find the definitions and functions for UART in serial_lld.c and its related files in SPC5Studio.
Can I use these files in other IDE directly or I can use in SPC5Studio only?
