STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Uart 6 problems

Posted on December 02, 2013 at 10:43Hey folks, Having some issues receiving data on uart6 on my STM32F415VG and hoping someone might be able to help. I'm sending data at 115.2kbaud with 8 bits, no parity and one stop bit. I send the data to my perip...

DMA USART Tranmission Problem

Posted on December 05, 2013 at 10:38 Hi . I am new to MCU programming and i am working on stm32f103 . I am trying to allow usart communication via dma . I have modify the code for the STM3210E_EVAL. int main(void) { /* System C...

STM324x9i-EVAL StemWin

Posted on December 05, 2013 at 00:36 Hi there, I'm trying just a little ''Hello world'' using STemWin on STM324x9i-EVAL. I've noticed that I have to turn systick on at 1ms, run the CRC unit. With all of this set, the GUI_Init is not stuck, but t...

D.Cedric by Associate II
  • 454 Views
  • 3 replies
  • 0 kudos

STM32F303 ADC Calibration procedure

Posted on December 04, 2013 at 12:22Goodmorning,I have a problem with the ADC calibration procedure: when I use stm32discovery kit, the software I made works. If I load the SAME SOFTWARE in the processor of application circuit, the calibration proce...

STREX/LDREX question

Posted on December 04, 2013 at 19:47 Hello, I'd like to implement synchonization with LDREX / STREX. What I don't understand is when I have multiple values to access with synchronization ... void task1(void) { ldrex ...

root by Associate II
  • 425 Views
  • 1 replies
  • 0 kudos

Using PH2 as GPIO

Posted on December 04, 2013 at 11:27 Hi, i'm using a STM32L151VD for a little project and i want to use the Port H2 as a normal Output for SPI CS. Using another Port (e.g. PC8) all works fine, but with PH2 it does not work at all. ...

jr777 by Associate
  • 427 Views
  • 2 replies
  • 0 kudos

Split string -> default handler

Posted on December 04, 2013 at 00:05 hello everybody! I need help with my string splitter function. I use stm32f407 and CoIDE for develope. This is the function: char** str_split(char* a_str, const char* a_delim) { char** result =...

totti001 by Associate II
  • 1202 Views
  • 7 replies
  • 0 kudos

SysTick Maths

Posted on December 04, 2013 at 05:22Hello ,            I have configured systick for 1 ms in Discovery Board using Systick_config function.But I am not getting properly 1 ms... SystemCoreClock = 144 MHz...Urgent Help needed ......                 ...