Skip to content

Commit 6795607

Browse files
Added CAN function to RZ/A2M.
1 parent ec6e74a commit 6795607

File tree

6 files changed

+7677
-0
lines changed

6 files changed

+7677
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A2XX/TARGET_GR_MANGO/PeripheralPins.c

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,16 @@ const PinMap PinMap_PWM[] = {
210210
{NC, NC, 0}
211211
};
212212

213+
/************CAN***************/
214+
const PinMap PinMap_CAN_RD[] = {
215+
{P1_1, CAN_0, 4},
216+
{P2_0, CAN_1, 4},
217+
{NC, NC, 0}
218+
};
219+
220+
const PinMap PinMap_CAN_TD[] = {
221+
{P1_3, CAN_0, 4},
222+
{P2_2, CAN_1, 4},
223+
{NC, NC, 0}
224+
};
225+

0 commit comments

Comments
 (0)