Posted on May 17, 2011 at 13:35Hi All, I want to use PWM on TIM1 CH1 (PA8) with STM32F103RBT6. But no any output signal. I search on this forum, Many question like me, But not work. Code:/* Set Clock */ RCC_APB2PeriphClockCmd (RCC_APB2Periph_GPIOA |...
Posted on May 17, 2011 at 13:19Thanks Miles. My subject are test and learn CAN bus protocol. I use two of STM32 only. :D [ This message was edited by: sompong1990 on 06-08-2009 03:16 ]
Posted on May 17, 2011 at 13:19Hi All, I am new for STM32 and CAN bus. How to connect for test CAN between two of STM32 without CAN tranceiver ?. 1. Direct connect STM32#1 CAN_TX -> STM32#2 CAN_TX or 2. Cross connect like USART, STM32#1 CAN_TX -> ST...