Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Analog and audio
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Other: hardware
Other: software
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
MBelk
Associate II
since
2019-09-15
2023-06-14
User statistics
13
Posts
0
Solutions
0
Kudos given
0
Kudos received
STMicroelectronics Community
About MBelk
Options
Report User
User Activity
Posts
Replies
STM32F030F4P6 TSSOP20 OSC32
2020-06-16
There isn't any PC14 PC15. Is it really inaxessible on this MCU and I'm have to find suitable HSE crystal in order to get high-presition RTC?
I want to get gpio clock by passing data into GPIO_BSRR registers by DMA transaction on capture compare timer event. It doesn't work.
2019-09-15
My timer config: RCC_APB1ENR = RCC_APB1ENR_TIM3EN; TIM3_CR1 = (uint32_t)(TIM_CR1_CKD_CK_INT | TIM_CR1_CMS_CENTER_3); TIM3_CR1 &= ~TIM_CR1_UDIS; TIM3_CR2 &= ~TIM_CR2_CCDS; TIM3_ARR = (uint32_t)10000; TIM3_DIER = (uint32_t)(TIM_DIER_CC1DE | TIM_D...
Re: STM32F030F4P6 TSSOP20 OSC32
2020-06-16
Yes, but 4.096 MHs standard HSE crystal resonator will helps.
Re: FreeRTOS on STM32
2020-05-13
Any board with stm32f2 (including homemade) is apropriate, cause it have USB OTG and Ethernet
Re: STM32F1 PC14 and PC15 don't be output ?
2020-05-12
I have the same situation, what I'm doing wrong? PWR_CR |= (uint32_t)PWR_CR_DBP; RCC_BDCR = (uint32_t)0; BKP_CR = (uint32_t)0; BKP_RTCCR = (uint32_t)0; BKP_CSR = (uint32_t)0; RCC_BDCR |= (uint32_t)RCC_BDCR_BDRST; gpio_set_mode(GPIOC, GPIO_MODE...
Re: I want to get gpio clock by passing data into GPIO_BSRR registers by DMA transaction on capture compare timer event. It doesn't work.
2019-09-15
checked
Re: I want to get gpio clock by passing data into GPIO_BSRR registers by DMA transaction on capture compare timer event. It doesn't work.
2019-09-15
checked
View more