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

Programming Bare STM32F0 Chip with Discovery SWD

Posted on June 18, 2015 at 12:57I have programmed many STM32F030C8 chips with Discovery board but the success rate while trying to program each Chip is very low. Some times after many tries the chip gets programmed and some times it does not work at...

audio_playback_and_record example add uart2

Posted on June 26, 2015 at 20:36audio_playback_and_record example add uart2 hello everyone. this week i start to dev in stm32f4discovery install cubeMX and get examples STM32Cube_FW_F4_v1.6.0 edditing audio_playback_and_record example  and add uart...

Simulation error for STM32F030P4 in keil compiler

Posted on June 26, 2015 at 23:06 Hello.... I want to simulation my program for STM32f030p4 in the keil compiler but simulator don't work correctly and it show this error. [img]http://s6.picofile.com/file/8195983818/error2.jpg[/img] would you please ...

dizin by Associate II
  • 528 Views
  • 1 replies
  • 0 kudos

SystemInit is not called as expected

Posted on June 26, 2015 at 10:35Dear community,if I look for the contents of the startup.s file of e.g. a STM32F373RB firmware then I recognize following lines:                 LDR     R0, =SystemInit   ; load a word into R0 e.g. the address of Syst...

jogerh by Associate II
  • 1395 Views
  • 4 replies
  • 0 kudos

RCC_CFGR2's bit 0 donot change when RCC_CFGR's bit 17 changed

Posted on May 22, 2015 at 08:59Hi all, From the STM32F100xx Reference manual, the RCC_CFGR2's bit 0 is same as RCC_CFGR's bit 17.And at our company's one product(which use STM32F100ZCT6) it work right. when CFGR change, the CFGR2 changed too.But at ...

hgyxbll by Associate II
  • 1223 Views
  • 6 replies
  • 0 kudos

function pointer problem

Posted on June 26, 2015 at 13:27hi Im using keil developing on a stm32f4 discovery board. im trying to make a function pointer to be used by other modules. something like: extern void (*p)() ; void myfunc() {     printf(''function pointer''); } som...

Need Clarification on USART's in STM32f0

Posted on June 03, 2015 at 09:16Hello,                I working on USART in stm32f0-discovery board, in that USART keeps on sending a character 'c'..But i intended to write a code it sends the character 'c' whenever it receives 'a' ....Why it is hap...

LRPS_92 by Associate II
  • 485 Views
  • 2 replies
  • 0 kudos

wrong baud rate (yet another thread...)

Posted on June 23, 2015 at 17:36 Dear community, I try to use the NUCLEO F302R8T6 board which I initialized using a start-up.c – file which was generatedby the STM32F30x_Clock_Configuration_V1.0.0.xls tool. I changed the NUCLEO board configura...

jogerh by Associate II
  • 848 Views
  • 5 replies
  • 0 kudos

Unable to write FSMC registers

Posted on June 25, 2015 at 16:44Hello!My name is Peter and my hobby is electronics, programming and robotics. Recently I got interested in STM32 and decided to build my own evaluation board. Currently I have a problem with FSMC. I want to drive an L...