Posted on August 02, 2012 at 13:04You can find more if you search this forum for:CAN Baud rate Try this: // CAN Bitrate CAN_InitStructure.CAN_SJW=CAN_SJW_1tq; // SJW (1 bis 4 möglich) CAN_InitStructure.CAN_BS1=CAN_BS1_14tq; // Samplepoint ...
Posted on April 16, 2012 at 09:31Hi Tony, I just made a short search for the usb 2.1 library, but I couldn´t find anything, could you give me a link for the library. I just modiefied the ''Audio playback and recording using the STM32F4DISCOVER'' ex...
Posted on April 12, 2012 at 14:46Hello again, just a short question, I think the TIM3 is APB1 and therefore should be clocked with 42MHz clk. But if I set: TIM_TimeBaseInitStruct.TIM_ClockDivision = TIM_CKD_DIV1; TIM_TimeBaseInitStruct.TIM_P...
Posted on April 12, 2012 at 13:10Hello, took me some time, but now it works on stm32f4 discovery board: int main(void) { RCC_AHB1PeriphClockCmd( RCC_AHB1Periph_GPIOD , ENABLE ); RCC_APB1PeriphClockCmd( RCC_APB1Periph_TIM4, ENABLE ); GPI...
Posted on March 12, 2012 at 10:20Hi Sergey, had some problems using the st-link as well. I downloaded the st_link utitlity from: http://www.st.com/internet/evalboard/product/219866.jsp and then made shure to update the st link driver. After that the...