User Activity

I am running CAN1 on a STM32F415 processor to communicate with an ECU and several other 415's on the bus. I have the SCE handler set up to store last error codes (LEC). I don't seem to be having any problems with the receive but the transmit side is ...
We have some older chips that are trying to program on board via another processor. I have been using AN3155 and can read from the processor and can write areas in memory that are set to 0xFF. I have verified by snooping on the UART that the correct ...
Posted on February 21, 2014 at 23:16 Hello, I am trying to use a STM32F103 (8Mhz external clock) to get the duty cycle of a 20 Khz PWM signal. I am using Timer2 and trying to look at the rising edge using channel 1 and pointing channel 2 at ...