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

Bank Swap

There is a point that confuses me, I am reading from the datasheet, but I wanted to ask some questions.For stm32f4, there is FB_MODE bit in the SYSCFG register (8th bit), if the FB_MODE bit is 0, the address 0x08000000 becomes BANK1, if it is 1, the ...

DCtech by Associate II
  • 553 Views
  • 1 replies
  • 0 kudos

Octo-SPI memory-mapped mode speed for H735

Hi,We are using the OCTOSPI2 on a H735 in memory map mode.We are copying 32 bits values one by one, from the internal RAM to the Octo memory.We transfer around 5000 x 32 bits in 2ms which is around 10MB/s.I think, it is a bit slow. What is the maximu...

Resolved! Using OCTOSPI in Memory Mapped mode with an QuadSPI SRAM

Hi guys,I am using an STM32L552ZET6 and I would like to extend the RAM using an external SRAM chip (23A1024-E/TS), that has an QuadSPI interface. I would like to know if I can use STM32L5 OCTOSPI interface in memory mapped mode with the above mention...

CDan.1 by Associate II
  • 1180 Views
  • 3 replies
  • 0 kudos

STM32F103 upper flash pages corrupted/erased.

Dear ST community,I was wondering if you could help me with a problem I'm having with an STM32. I have a system containing an STM32F103VET6. The last flash pages are used to store settings/parameters. 2 redundant flash pages are used. This system...

Switching Port Pins between Alt Function and Normal mode

Hi All,In a situation where someone might be flashing an LED using a Timer Output (eg Alternate Function Mode connected to a Timer channel output), what if you want to then turn the LED on solid or totally off and then maybe back to the Timer flashin...

RMyer.1 by Associate III
  • 1543 Views
  • 6 replies
  • 0 kudos

Possible to use all 3 DAC channels simultaneously?

In reading the manuals and datasheets, it seems like it should be possible to simultaneously use all 3 channels (DAC1 Channel 1, DAC1 Channel 2, and DAC2 Channel 1) of the onboard DACs at once, emitting separate values on each. However, no matter wha...

Cbee.1 by Associate II
  • 2482 Views
  • 8 replies
  • 1 kudos

STM32H747 HSEM issue

Hello,I am trying to manage data transfer between the 2 core of the STM32H747.My problem is all hardware semaphore are locked just at the initialisation phase ( MASTERID 0X03 , Core M7) After Hal_Init(); & SystemClock_Config(); all is free.after __HA...