Hello, I'm using Keil MCBSTM32 evaluation board and µVision3. I use the example CAN program downloaded from keil. My application will be to use an external rotational transducer (instead of the potentiometer on the board) to send converted analog value in CAN message. Which code should i change/add so that i could use the transducer (at port A chan 0 for example) instead PA ch 1 of the pot? I've read the reference manual from ST but i didn't see any indication telling which registers correspond to which channel to use. Thank you in advance.
Thank you Reinhard Keil and Martin Gunther for your reply.
The link does help a lot.
Thanks Martin for the codes to use PA0 instead of PA1. I did that too and it worked.