STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ST-LINK / V2 USB driver for Windows 8

Posted on June 21, 2015 at 12:29Hello everyone.I can not find a driver for STlinkV2 for Windows 8thEarlier it was at this link: http://www.st.com/web/en/catalog/tools/PF259459It's about STSW-LINK006 - ST-LINK / V2 USB driver for Windows 8, STMicroel...

bedri by Associate
  • 1114 Views
  • 2 replies
  • 0 kudos

Error When Trying to Flash STM32F405

Posted on June 19, 2015 at 01:12Hello: I have the STM32F405 target connected via ST-Link pod (using IAR EWARM) This is the second of 2 identical boards, the other flashes OK. The ST-Link connects with no problem. When I initially just tried loading ...

stm32f4 adc dma timer

Posted on June 22, 2015 at 16:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

Boot controller from 0x08004000

Posted on June 22, 2015 at 07:19HiWe are using STM32F205RCTbIs it possible to boot the controller from 0x08004000 location? if possible what are the places we need to modify the code. (Boot 0 and Boot 1 pins are already assigned to boot from Main fl...

sangamesh by Associate II
  • 2281 Views
  • 5 replies
  • 0 kudos

Bug Report stm32l0xx_hal_gpio.c

Posted on June 18, 2015 at 14:06Please fix the following bug, stm32l0xx_hal_gpio.c:259 V1.1.2--- temp &= ~((uint32_t)0x0F) << (4 * (position & 0x03));+++ temp &= ~( ((uint32_t)0x0F) << (4 * (position & 0x03)) );Thanks

sukoy27k by Associate II
  • 1065 Views
  • 2 replies
  • 0 kudos

How much current can the STLink/V2 supply on its Vapp pin?

Posted on June 21, 2015 at 19:51Hi Can the STLINK/V2 act as a power supply a small board with only an STM32F302 on it (without power supply) during the programming? I dont find any ''tech specs'' or any info on the current sourcing capability of the...