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

STM32F4Discovery - winIDEA Eclipse plug-in

Posted on July 18, 2014 at 20:50Hello experts,I am using my Discovery board in an Eclipse environment - everything is as expected.Last days I said to try the winIDEA Open for debugging since is supporting the ST_LINK - it is a great solution but wit...

0690X00000603QuQAI.jpg
rentiu30 by Associate
  • 354 Views
  • 0 replies
  • 0 kudos

Flash Loader Demonstrator Programming file size

Posted on July 18, 2014 at 16:45Hi All,I am using STM32F407VET6 for one of my product. I am using Flash Loader Demonstrator for programming the hex file. Now the problem is that Flash Loader Demonstrator does not program device when hex file size is...

Problem Reading Low ADC Value

Posted on July 17, 2014 at 21:41Hi,I have programmed stm3220G-sk to read two ADC values from two different adcs ADC 1 & 2.When I connect DC power supply to check the readings, it can read values from 1 v to 3.3 v but cannot read values below 1 v, ke...

sdashmiz by Associate II
  • 656 Views
  • 1 replies
  • 0 kudos

STM32 Cube: GPIO_PinRemapConfig Cmd Missing

Posted on July 16, 2014 at 10:28Command: GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable,ENABLE); remap JTAG Pins PB4 and PA15  is not included, when you define SYS Debug Serial wire, and use PB4 / PA15 as GPIO otherwise it starts to get more and m...

PCIe Interface with STM32F4 Series

Posted on July 17, 2014 at 16:46Would it be possible to connect to a PCIe device using an STM32F4?  I'm looking to connect a cellular modem to an upcoming board, and most of the ones suitable for plugging into an embedded board (rather than solderin...

jwormsley by Associate III
  • 3844 Views
  • 3 replies
  • 0 kudos

Problem in Reading continuous ADC value

Posted on July 07, 2014 at 22:19Hi,I am using STM3220G-SK to read adc values from an external source.I have tried different codes but all of them give me the same result. once the program is fired the adc valued is read and shown on the LCD but afte...

sdashmiz by Associate II
  • 865 Views
  • 6 replies
  • 0 kudos

PC2 Line2 causing an EXTI interrupt on PC3 Line3

Posted on July 17, 2014 at 19:23 Hello everybody, I have a problem with one of my EXTI interrupt. I have two hardware switches, one is linked to the PC2 PIN, the other is linked to the PC3 pin. I also configure EXTI interrupts on the PC2 ...