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

HS-USB in STM3240G-EVAL

Posted on June 11, 2014 at 22:36Hi, I just got the STM3240G evaluation board and wanted to use it as a CDC USB device, for HS USB. I haven't had much success with ST's firmware so far. I generated the configuration files using the Cube application, ...

c_uimran by Associate II
  • 748 Views
  • 3 replies
  • 0 kudos

lost gpio.c file after regenerate code

Posted on May 28, 2014 at 12:23Many times, but not always, when I modified some pin configuration in CubeMx and regenerate the code, I lost the gpio.c file. Anybody can help?

matianfu by Associate II
  • 672 Views
  • 4 replies
  • 0 kudos

SPI and Timer incompatibility?

Posted on June 16, 2014 at 11:28Hello! I'm actually trying to use TIM2 interrupt and use SPI in the same time. But when I initialise the SPI peripheral, it doesn't work : there is no timer interrupt any more. You can see above the main function and ...

berthier by Associate
  • 621 Views
  • 2 replies
  • 0 kudos

IAR Broken Options Error

Posted on June 16, 2014 at 15:14while opening workspace file of IAR being provided from STM in STEVAL-IHP002V1, IAR show me ''IAR Broken options Error'' and failed build with basic sample project being also provided STM.Please refer to below TI's si...

ADC scan mode problem, STM32F407

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

rgrimes by Associate II
  • 1064 Views
  • 6 replies
  • 0 kudos

STM32L151 SPI only sending zeros.

Posted on June 13, 2014 at 18:32I'm trying to get SPI2 up and running to talk to another chip and I'm having some problems. I can see my SCK and MOSI traces on my scope but my DR register always has zero. I've even tried this right after SPI config:...

kkarasti by Associate II
  • 1680 Views
  • 7 replies
  • 0 kudos

de-initialize USB completely

Posted on June 16, 2014 at 10:01Hi, I work with STM32L1 and use the USB in VCP. The firmware work perfectly. I use the library ''STM32_USB-FS-Device_Lib_V4.0.0'' and I use the example firmware ''VirtualComport_Loopback'' The usb work!. but I need co...