User Activity

I've been using the following two bit timings for a CAN bus speed of 500K on the STM32F103. I was just wondering which is better? Does it make any difference? Is there another preferred option? Thanks a lot for any insight. //(1+9+8)*4 = 72 //1+9+...
I've been working with CAN on the STM32F1 for some time , but I'm having a terrible time trying to get it to work on the F303. I'm hoping someone can tell me what I'm doing wrong. Thanks very much for looking at it.void can_gpio_config(void) { GP...
Posted on March 14, 2015 at 11:40Hi, I'm measuring the pulse width on one line, using TIM2. Everthing is fine if I use Ch2 (on PD4 or PB3) but I can't get a reading using Ch3 (on PD7). I'm using : TIM_GetCapture1(TIM2) Here is the init code, thanks ...
Posted on February 12, 2015 at 13:18Hi, I wonder if someone can help me understand how to select a value for I2C_InitStructure.I2C_Timing.  I'm using the value from the demo and it works; I just have no idea how it is arrived at: I2C_InitStructure.I...
Posted on February 04, 2015 at 10:01Whenever my F3 Discovery board is powered by 5V (no USB) I get a slow red flash on LD2.  I can't find any info on what this means.  Maybe it just means there's power but no USB? Thanks for your help, Colin