STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

2 QSPI RAM on STM32H7B0 with APS6404L-3SQN-SN

Dear,We would on the STM32H7B0RBTx connecting 2 external QSPI RAM of APS6404L-3SQN-SN.Therefore we will use the 2 QSPI RAM chips in Multiplex mode, but we have only 1 NCS pin that we can configure.When we look in the application note AN5050 on page 2...

OGhis_0-1722421226713.png OGhis_1-1722422470333.png OGhis_2-1722422511544.png
OGhis by Senior
  • 713 Views
  • 4 replies
  • 3 kudos

Help : Bootloader and 2 flash sections on STM32U575

Hi All,I am using a STM32U575QI and I am wondering if it would be possible to create my own boot loader and then split my FLASH into 2 sections. I know I can get the boot loader application to start at address 0x0800000 and I have offset the vector t...

joeSD by Associate III
  • 1235 Views
  • 10 replies
  • 0 kudos

Resolved! Isn't this a mistake

Sorry, Google Translate changed my previous post to Polish. That's probably why no one answered me.Now the post is correct. This code was generated by STM322CubeIde  UINT MX_USBX_Device_Init (VOID *memory_ptr){UINT ret = UX_SUCCESS;UCHAR *pointer;TX_...

konsul41 by Associate II
  • 589 Views
  • 1 replies
  • 0 kudos

how to implement Sleep mode

I am using a STM32L431KCU6 microcontroller and reading data from I2C every 90ms. I would like to implement a sleep mode to achieve lower power consumption, I am using timer6 which generates an interrupt every1ms for system run time. I was thinking I ...

msingh08 by Associate II
  • 558 Views
  • 1 replies
  • 0 kudos

CLARIFICATION REGARDING USING DMA WITH PWM

I am trying to use DMA with PWM data on STM32 I need clarification on few parameters setting and facing few issues.Q1. While configuring DMA for PWM data in tha CUBE MX, there is a option for increment Address and selector for Peripheral or Memory.Wh...

skuma8_0-1722490607052.png skuma8_3-1722493518734.png image.png skuma8_2-1722493171569.png
skuma.8 by Associate III
  • 492 Views
  • 1 replies
  • 0 kudos

Hard Reset STM32

Hi i want to hard reset my MCU once after 5 minutes is there any way to implement it i know i can do this  by NVIC_SystemReset(); but i just want to do it once after power on the mcu 

STM32F777VIT6 VBAT Monitoring

Hi there,We use a STM32F777VIT6 in our application.We tried to use the internal ADC to monitor the voltage of the backup battery.In principle, this works, but we noticed two effects that we cannot explain.The data sheet for the STM32F7 states that VB...

ostoerkel_0-1722498451804.png