STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

re-enumerate USB - STM32F107

Posted on November 25, 2013 at 08:48I have a board that is connected to USB on a STM32F107 with the following pinsUSB_OTG_VBUS : PA9USBDM : PA11USBDP : PA12I have a project that needs to use both Virtual Com Port and USB Mass Storage. It needs to re...

stmf4 with matlab coder

Posted on November 15, 2013 at 20:18Dear friends,                       I'll be using stm32f4 discovery with Matlab embedded coder. Now I'm not quite sure if this is the right place to ask for Matlab help,but my queries are solely related to the har...

sen2 by Associate II
  • 559 Views
  • 2 replies
  • 0 kudos

STM3210C-Eval DMA-CRC

Posted on November 25, 2013 at 20:23hello forum. I want to use DMA and CRC . First I want to calculate the CRC code and then I want to write this calculated CRC code in SRAM . So ı write this code :#include ''stm32f10x.h''#include ''stm32_eval.h''#i...

STM32F051K4U6 Package confused

Posted on November 25, 2013 at 17:48Hi, I'm a bit confused due to package for STM32F051K4U6. I'm going to use it in our product, and already ordered few from http://eu.mouser.com/ProductDetail/STMicroelectronics/STM32F051K4U6/?qs=sGAEpiMZZMt4jl5TkKl...

ale by Associate
  • 402 Views
  • 1 replies
  • 0 kudos

STM32F4-discovery timer question

Posted on November 25, 2013 at 02:30I am using a discovery kit to evaluate some timer functions. I need to time a data packet send/receive. So, I would like to use one of the timers for this. My plan is to send the last byte of the data packet out a...

stm32f4 discovery / stm32-mat/target

Posted on November 24, 2013 at 12:36Hello, I am trying to get my stm32f4 discovery working with the Matlab/Simulink package provided by ST. I am currently using Matlab R2013a on Windows 8. I am using Keil �Vision 5 as toolchain. At the moment I am t...

c_m_87 by Associate
  • 382 Views
  • 1 replies
  • 0 kudos

Free IDE for STM32 ''Coocox''

Posted on November 25, 2013 at 10:25Dears, I noticed that there is a free IDE working with STM32 and STlinkV2 which name is ''Coocox''. did any one use it before? is it something good to use? is there a compatibility with STM32 standard library and...

moez by Associate II
  • 467 Views
  • 1 replies
  • 0 kudos

ADC + UART

Posted on November 25, 2013 at 10:53Hello everyone , I have connected my ADC source  in STM32F4 - Discovery Board at PC2  pin. I want to  transfer this through UART to PC. I have configured PA9 and PA10 as USART1 TX and RX pin . But I am getting not...