STM32F429VI
in the next step i want to use the can bus
what do you have to pay attention to here?
<!-- -->
<can remappable='3' name='CAN1' >
<tx af0='9' port0='0' pin0='11' af1='9' port1='3' pin1='0' />
<rx af0='9' port0='0' pin0='12' af1='9' port1='3' pin1='1' />
</can>
<can remappable='3' name='CAN2' >
<tx af0='9' port0='1' pin0='12' af1='9' port1='1' pin1='5' />
<rx af0='9' port0='1' pin0='13' af1='9' port1='1' pin1='6' />
</can>
<!-- -->
Example from 32F446RE.fcdx
<!-- -->
<can remappable='3' name='CAN1' >
<tx af0='9' port0='0' pin0='11' af1='9' port1='1' pin1='8' />
<rx af0='9' port0='0' pin0='12' af1='9' port1='1' pin1='9' />
</can>
<can remappable='3' name='CAN2' >
<tx af0='9' port0='1' pin0='5' af1='9' port1='1' pin1='12' />
<rx af0='9' port0='1' pin0='6' af1='9' port1='1' pin1='13' />
</can>
<!-- -->

- IMG_0249.JPG (80.61 KiB) Viewed 3157 times