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! RTC resets or stalls even with backup battery

I have an application running on STM32G491 which uses the RTC. There is an external 32768Hz crystal and a backup coin cell battery (I have checked that it is not depleted: 3.12V). There are two issues:Scenario #1: I pull the main battery, wait a bit,...

Resolved! Having Problems activating SysTick after Stop mode

I'm using STM32F070CBT at 8mhz with almost all pins active (used for GPIOs, PWM, SPI,I2C,etc) , i'm using a timer to enter stop mode with low power regulator and waking up using GPIO external event, after waking up i checked that PWMs and GPIOs are s...

HMucc.1 by Associate II
  • 1679 Views
  • 3 replies
  • 1 kudos

Flashing chip on pcb

I am trying to flash a chip on a PCB. Right now I just have it toggle an LED. Sometimes it connects, but does not toggle, only stays lit. After power cycling, it does not even light up, it just stays off. Is there something i am missing, perhaps in t...

at3 by Associate III
  • 3453 Views
  • 18 replies
  • 8 kudos

Resolved! EEPROM SPI Reading issue

Hello, I am trying to write and read from stm32f105 to an eeprom 93AA46A, using Full-Duplex Master. To write into the eeprom, I am using following code:void EEPROM_WriteEnable(void) { uint8_t cmd = EEPROM_CMD_WRITE_ENABLE; //0x98 EEPROM_CS_H...

Siva21 by Associate II
  • 1687 Views
  • 17 replies
  • 5 kudos