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

Sources which generate SAI_CK_A on STM32F7?

Posted on September 12, 2016 at 04:31The problem is that I have an *external* 24.576 MHz MCLK.  In master mode, how do I get that from outside the chip onto the SAI_CK_A or SAI_CK_B clock?I was going through section 36.3.1 ''SAI block diagram'' and ...

disp1_st by Associate
  • 557 Views
  • 2 replies
  • 0 kudos

RTC initialization faliure

Posted on September 12, 2016 at 13:27Hi, I'm having a problem trying to initialize the RTC in an STM32L051K8T6 It's like I don't have access to the RTC registers. After writing 0xCA in WPR register I read it back and I get zero. I did everything acc...

Releasing JTDO/NJTRST from PB3/PB4 for GPIO use

Posted on September 08, 2016 at 02:58Using a STM32L152RCT6 - currently testing software on 32L152CDISCOVERY boardI am trying to configure PB3 (JTDO) as an output GPIO, however I am not able to do so. The pin is always stuck at 1.471V (Vcc/2) Vcc= 2....

arwani07 by Associate II
  • 3084 Views
  • 7 replies
  • 0 kudos

Union in C language problem

Posted on September 11, 2016 at 13:50 Hello I have written a code like this: #include < stdio.h > #include < string.h > #include ''stm32f10x_gpio.h'' #include ''stm32f10x_rcc.h'' #include ''stm32f10x_usart.h'' #include ''stm32f10x_dma...

parisa by Senior
  • 584 Views
  • 2 replies
  • 0 kudos

USB flash memory and drive

Posted on September 11, 2016 at 21:43Hello,I hope I have an easy question. I would like to use an SD card together with my STM32F10x processor. The SD card should be used as an external flash memory.However, when the PCB consisting of the SD card an...

payon by Associate
  • 596 Views
  • 1 replies
  • 0 kudos

Timer output compare channel frequency problem

Posted on September 11, 2016 at 02:41Hi, everyone,I am using STM32F407, want to output a PWM signal using Timer 1 output compare function. the system clock rate is 168MHz, and input clock of Timer 1 is also 168MHz, no clock division applied.in TIM1_...

Part of code only executed if I toggle breakpoints

Posted on September 10, 2016 at 08:21Hello, Trying to debug my application in [DEAD LINK /public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Ausio%20async%20USB%20attempt%20not%2...

jmf1 by Senior
  • 459 Views
  • 1 replies
  • 0 kudos

Timer sync and IRQ

Posted on September 11, 2016 at 02:48The original post was too long to process during our migration. Please click on the attachment to read the original post.

USART IDLE interrupt with DMA problem

Posted on September 11, 2016 at 06:59 Hello I have tried to use USART IDLE interrupt to align my buffer position in right address. #include < stm32f10x_gpio.h > #include < stm32f10x_rcc.h > #include < stm32f10x_usart.h > #include < st...

parisa by Senior
  • 433 Views
  • 0 replies
  • 0 kudos