STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 173 Views
  • 3 replies
  • 0 kudos

STM32CubeMX 4.12.0 bad code generated in stm32f4xx_it.c

Posted on January 06, 2016 at 13:58 void NMI_Handler(void) { /* USER CODE BEGIN NonMaskableInt_IRQn 0 */ /* USER CODE END NonMaskableInt_IRQn 0 */ HAL_RCC_NMI_IRQHandler /* USER CODE BEGIN NonMaskableInt_IRQn 1 */ /* USER CODE END NonMaskableInt_IR...

hbarta2 by Associate III
  • 131 Views
  • 2 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....

STM32L151Cx: Update firmware using USB.

Posted on January 15, 2016 at 08:33I have been using ST-Link to flash the firmware of STM32L151Cx. Now, I would like to add the feature of flashing the uC using USB. I have checked on the datasheet and knowing that if I set BOOT0 = 1 and BOOT1 = 0 a...

Khoo.B by Associate III
  • 331 Views
  • 7 replies
  • 0 kudos