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

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
  • 795 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...

help - most simple way for ADC - STM32F103

Posted on November 25, 2013 at 11:22 hello dear forum, ( STM32F103 ) I am trying to measure 5 analog signal with most simple way I am taking10 consecutiveADC result and take their avarage however I have trouble with ADC , the...

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
  • 530 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
  • 611 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...

Problems with Virtual Com Port and Windows 7

Posted on November 22, 2013 at 14:31We have used the virtual com port driver with an STM32F1 chip for 3 to 4 years without problems. Recently some Windows 7 desktop PCs are not communicating properly. The USB chip will be detected and the com port w...

RTC time shift in seconds for a day

Posted on November 23, 2013 at 14:58I have implemented RTC in STM32F107RB at 50Mhz operating frequency, it works good but the problem is shift in time about 5 to 6 seconds in a day. Is there any correction factor?  Here i have attached  RTC intialis...

aru by Associate II
  • 964 Views
  • 2 replies
  • 0 kudos

FSMC driving LCD 8bit bus, but sending 2 bytes

Posted on April 17, 2013 at 08:26 Hi all, I have a ST7753S 8 bit bus, 8080 style, hooked up to STM32F103VE FSMC with config as below. However I find that there are 2 bytes being written every time I write a char. Is this how it works...