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

SPI clock frequency in STM32F769NI Disco board

Posted on December 12, 2017 at 06:35how to configure for SPI clock frequency in SPI example provided.Example give below i am usingIn atmel board we are using 5mhz or 50khz SPI clock frequency.int main(void){  /* Enable the CPU Cache */  CPU_CACHE_En...

STM32F030 changing deadtime under operation

Posted on December 11, 2017 at 21:37Hello Community.I have a project with PWM output TIM1_CH2 and TIM1_CH2N.I can set deadtime without problem if I do that at the inicialization and setting the TIM1_BDTR lock_level_1.But I want to change the deadtim...

Balint C by Associate
  • 805 Views
  • 1 replies
  • 0 kudos

Seconds in RTC is jumping

Posted on December 11, 2017 at 13:51Hello, I am developing a motor controller using STM32F407, I wrote the code for RTC and uploaded it. I found the time jumps seconds (2 or 3 seconds each time). RTC is crucial in my project as I have to control the...

STM32L476 Adc Injected

Posted on December 12, 2017 at 09:10Hi everyone,I'm using all ADC modules ADC1, ADC2, and ADC3 in my application. ADC1 has 8 channels so the data is being read through DMA.Others which are ADC2 and ADC3 have only 4 channels and I want them to be rea...

How can STM32F446RE connect external SDRAM

Posted on December 04, 2017 at 21:23The data sheet says there is no FMC on STM32F446RE. Is that means there is no chance to connect external RAM with STM32F446RE?#stm-32 #external-ram #stm32f446re

Qiyan Li by Associate
  • 637 Views
  • 1 replies
  • 0 kudos

Resolved! LCD1602 + pcf8574 (I2C) + STM32F0

Posted on October 21, 2017 at 21:04Hello.I have some problem with LCD1602+pcf8574 (I2C) and STM32F0. I experience the following bugs1) When I try to display more than three symbols they seem to be ignored2) If I try to display three symbols, I have ...

Why is the HAL programmed to re-init the RTC when I adjust the time?

Posted on December 12, 2017 at 04:06  RTC->WPR = 0xCA;  RTC->WPR = 0x53;  RTC->CR &= ((uint32_t)~(RTC_CR_TSE | RTC_CR_REFCKON | RTC_CR_BYPSHAD |                                  RTC_CR_ALRBIE | RTC_CR_ALRAIE |  RTC_CR_ALRBE |                        ...