Posted on May 17, 2011 at 12:44The pin definition table in the STM32 datasheet states that CANtx & CANrx are available as remap functions for VFQFPN36 on pins PD0 & PD1. However the AFIO section in the reference manual says that PD0 & PD1 are only a...
Posted on May 17, 2011 at 12:43Hi, Thanks for the info. Is that documented anywhere? The only thing I could find is TIMx TIy with respect to the encoder interface. Does TIy refer to the channel? If so, why not CHy? What do the initials ''TI'' refer ...
Posted on May 17, 2011 at 12:43Hi, The firmware library uses the TIM_EncoderInterfaceConfig() function for configuring the Encoder interface. How can you specify which pins to capture? The config function only passes the timer itself (e.g. TIM4) but...