STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Problem with outputting LSE clock on PA8 pin as MCO

Hi!I'm trying to output the LSE clock on the PA8 pin on my Nucleo64 STM32L476 board.The code I have written is the following:#include<stdint.h>   #define RCC_BASE_ADDR 0x40021000UL   #define RCC_CFGR_REG_OFFSET 0x08UL   #define RC...

eidetech by Associate II
  • 1485 Views
  • 7 replies
  • 0 kudos

Resolved! How to generate hex file in STM32H750vb?

I am trying to generate hex file for my boot loader. I need a fix length hex file for my boot loader. I tried arm-none-eabi-objcopy -O srec --srec-len 0x10 ${ProjName}.elf ${ProjName}.srec;arm-none-eabi-objcopy -I srec -O ihex ${ProjName}.srec ${Proj...

JP_RS by Associate II
  • 727 Views
  • 1 replies
  • 0 kudos

Does the RTC run when Vdd = 0 but Vbat = 3 volt?

I have a STM32F373VBTx serie. I know that the RTC saves the backup registers for every second. But when I restart my STM32, then the RTC sets to default date and time again due to the MX_RTC_INIT() function who is generated by CubeMX.I have two quest...

DMårt by Lead
  • 510 Views
  • 2 replies
  • 0 kudos

STM32 interrupt pin strange behavior

I am using stm32cubeide to program a stm32f030f4p6 MC. I have assigned one pin as an external interrupt and it is connected to the data output of an RF433 receiver. Here is a summary of my code:int k;   int main(void)   {   while (1)   {   k=0;   ...

0693W00000DnW4UQAV.png

Resolved! STM32F413 ADC DMA AnalogWatchdog not working in SleepMode

The goal is to have the microcontroller which is in sleep mode, wake up when the voltage on a certain ADC channel drop below a set voltage.The plan was to put the core to sleep via HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_ON, PWR_SLEEPENTRY_WFI)...

Pain by Associate II
  • 988 Views
  • 2 replies
  • 0 kudos

N25Q128A13EF840F External Flash read write example

Hi,I am new to QSPI. I working with stm32f469 disco that comes with external flash N25Q128A13EF840F. I had done the GUI part now I need to store data to external flash but I don't know how to do it. I had initialized qspi with STMCUBE default initial...

himsha by Associate II
  • 1065 Views
  • 2 replies
  • 0 kudos

STM32L071x8 consumed power when pin remains unconfigured.

Hello,I would like to know, why unconfigured pin is consuming power when it is connected to 3.3 volt, while it is in analog input mode (reset mode as per to the data sheet). here, what i have tested with three configurations.with pin configuration(PA...

DRamo.1 by Associate II
  • 998 Views
  • 3 replies
  • 0 kudos