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

Resolved! STM32F767 LSE oscillator not oscillating, why?

I've hung a 32.768kHz crystal (IQD) on to my STM32F767VGT6 with a pair of 10pF caps as per AN2867, but I'm not getting the LSE to oscillate. If I route the LSE to an MCO output I see random transitions, which explains why the RCC status bit shows it'...

STM32F100RBT6. I left HAL libraries behind and want to work writing straight to the registers but something is wrong and it does not work.

I want to blink a LED and I have written this code:#include "stm32f10x.h"int main(){ // initialize the clock for Port C RCC->APB2ENR |= (1<<4); // enable clock for GPIO C ( check it on memory and bus architecture) // set pin 9 of GPIOC ...

FAleg.1 by Associate II
  • 892 Views
  • 6 replies
  • 0 kudos

I have a question about P-NUCLEO-USB001.

What I want to implement is to control the role of the module between host and consumer, when modules are connected to each other. Is it possible with programming ?If impossible with this module, what module can I use to implement that task ? Thank y...

HJin.2 by Associate
  • 470 Views
  • 1 replies
  • 0 kudos

Resolved! Power Consumption by GPIO.

I am using STM32F779NI for my project.https://www.st.com/resource/en/application_note/dm00315319-stm32-gpio-configuration-for-hardware-settings-and-lowpower-consumption-stmicroelectronics.pdf Section 6.1 of above pdf states that unused input GPIO sho...

A3 by Associate III
  • 1317 Views
  • 2 replies
  • 0 kudos

Resolved! Only 4 Bits for Interrupt priority (NVIC STM32H743) ?

Hi,the IPR bit assignment in 'PM0253 Rev 5 p.189' tells me that a number of bits [n-1:0] are read as zero and ignore writes.At this point n isn't 'n = m MOD 4'.Obviously n is 4 because i can write only the four upper bits and bits [3:0] stay at zero....

DFuchs by Associate III
  • 1163 Views
  • 2 replies
  • 1 kudos

STM32F7508 change RTC after initialization

I believe I am doing something wrong. I read that to re-write to the RTC I will need to:1. Write ‘0xCA’ into the RTC_WPR register.2. Write ‘0x53’ into the RTC_WPR registerI found a function in the RTC file that is:#define __HAL_RTC_WRITEPROTECTION_DI...

DElli.1 by Associate III
  • 486 Views
  • 1 replies
  • 0 kudos