STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 CAN Filtering

Posted on January 20, 2016 at 01:53 Hello! I have configured my filter banks. However, the standard ID that the receive FIFO0 register is reading after controller transmits a response to my module is not what I expect. Hence, I suspect t...

How to read code from the device?

Posted on January 20, 2016 at 20:29I tried to read the code, binary data, from a Discovery Card F407 but noticed I can't. I tried ST Link and Keil. What is the problem? Surely this is not the first time some one wants to do this.

LMI2 by Lead
  • 462 Views
  • 3 replies
  • 0 kudos

Tim1 & Tim15 in Assembly

Posted on January 20, 2016 at 14:09My application requires to input capture a pulse to trigger TIM1 & TIM15. The trigger pulse is present on both input capture pins and channels. Both timers are to turn on at the same time but have different counts ...

SPI data register (SPI_DR) on STM32CubeMX ?

Posted on January 18, 2016 at 15:30 Guys, Which API should I use for reading the value of SPI data register (SPI_DR) ? How can I differentiate between data from SPI1 and SPI2 ? I tried to port from AVR to STM32CubeMX....