Posted on May 26, 2014 at 13:36Hello, Is there any flash tool for linux (or windows) over CAN-bus? STM32F105 is capable to boot from CAN-bus but I didn't find any tool for that. What is the best way to boot the chip from system memory without acces...
Posted on May 17, 2014 at 00:52
Hi,
I am trying to get the duration of a signal with input capture of timer. I have two signals, which are comming from another chip, CLK and OUT. CLK is 125 KHz and OUT is variable between ~3.5KHz and 4KHz....
Posted on April 03, 2014 at 01:25
Hi,
I want to build a small CAN-Bus Network using CAN1 and CAN2 module of the STM32F105RCT6. Before testing the network I noticed something in the standard periphery library from ST.
In my startup file...
Posted on March 26, 2014 at 00:32
Hello,
I want to decode manchester code sent by RFID chip EM4 I set up a timer as counter without interrupt and EXTI line with interrupt. I am getting an interrupt on every rising and falling edge of the PC.6...
Posted on March 24, 2014 at 21:28Hi,I want to make a timer to count on each rising edge of a square signal on PC.6. I am using STM32F103RBT6. I searched a sample code for that, but I couldn't find anything. What I found are all about timer interrupt...
Posted on May 18, 2014 at 00:37 The original post was too long to process during our migration. Please click on the provided URL to read the original post. https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00Db0000000YtG6&ids=068...
Posted on May 13, 2014 at 15:40
First, check the circuit, Are there two transcievers on both side? Are they running, I mean Are they powered correctly? (I was trying to run CAN- receive interrupt and after one day I noticed that one of the trans...
Posted on May 07, 2014 at 00:00Hi,Your connection is wrong. You have to connect RX of CAN transciever to the RX pin of STM32, not TX pin. Same apply for TX pin. MCP2551.RX ---> STM32.RXMCP2551.TX----> STM32.TX
Posted on April 04, 2014 at 00:00I want to make a connection between two CAN modules of one STM32F105RCT6. I am using CooCox IDE and the most of the RCC Configurations are added automatically. I use STM32F10x_StdPeriph_Lib_V3.5.0I have two ISO1050 T...
Posted on April 03, 2014 at 22:24
Hi again,
I tried the DualCAN example from the ST Library but I could not run it. I attached a probe of osciloscope at PA12, nothing happens, it stays at 2.5V also idle.
My code is so:
#defin...