Hello,I am a novice firmware developer developing with the RL78/F13 start kit.
I bought Y-ASK_RL78F13.
I want to check that LIN communication is possible with two start kits.
One as master and one as slave.
I found these documents.www.renesas.com/.../rl78f13-f14-group-lin-master-mode-rlin3-rev101
I'm looking for the code in this article.Also, I need a code that can do LIN communication with Y-ASK_RL78F13.
Please help me to send/receive data through LIN communication.
thanks,
From the link you had, you found the PDF for the app-note. Use the Renesas document number (r01an1841) to find the corresponding sample code:
https://www.renesas.com/eu/en/search?keywords=r01an1841
That…
I succeeded.I share the source for others.
E2 studio, Y-ASK-RL78F13 starter kit, E1 emulator.Note please.
MASTER_LIN.zipSLAVE_LIN.zip
That was the LIN master, for the LIN save use document number r01an1840:
https://www.renesas.com/eu/en/search?keywords=r01an1840
You can certainly use the starter-kit / TB-board to do LIN, you may need to add a connector header or tack wires to the board.
Thank you for answer.
I am using e2 studio.
Since IAR is not installed, it is not possible to go back in terms of time and money to develop with IAR.
I want to check LIN communication with e2 studio with Y-ASK-RL78F13 starter kit.
I earnestly ask you to provide sample code for LIN communication to fit e2 studio.
I look forward to your reply.thank.
How can i build this file in CS + development tool
CS+ has a different compiler from E2Studio.You should find sample code for CS+.
Hi kunda,
The compilers (CC-RL in this case) are both supported from e2studio and CS+.
To open this project on CS+, go to File->Open... and select the .rcpc file which exists inside the .zip attached project.
Regards