STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32N6: DMA2D is not working with AXISRAM3

Hi,I have a DMA2D issue with a STM32N6 Nucleo-144 board. I can use the DMA2D to blend two framebuffers if the inputs are in the AXISRAM1. However, when one of the framebuffers is in AXISRAM3 (NPU RAM), the DMA2D doesn't copy from the relevant framebu...

akosnagy by Associate
  • 540 Views
  • 2 replies
  • 0 kudos

Resolved! jump to bootloader failed in stm32f765

Hi all,I am trying to develop a bootloader software for STM32F765.I requires two features in it.1) jumping from Bootloader to Application2) jumping from Application to BootloaderI could make jump from Bootloader to Application very easily.But I am su...

sajeevan by Associate II
  • 299 Views
  • 8 replies
  • 2 kudos

in FAFS how to set "accessed time"?

Hi  i have a board with STM32F4 and an EMMC. And I am using FATFS.  I managed to enable the STM32 RTC and added the necessary code in get_fattime(); There is one problem stil: under windows "created" and "modified" date are shown corerctly. But "acce...

MK..1 by Senior
  • 151 Views
  • 0 replies
  • 0 kudos

Resolved! STM32H753ZI / MDMA issue with linked list (DMA ADC)

Hi, I would like to use MDMA to get values from ADC. I have one adc set with 6 channels, starting conversion with timer (100µs). So I would like to save in memory adc values like that : val1, val2, val3, val4, val5, val6 -> val1(100µs),val1(200µs)......

before.jpg after.jpg
lclor by Associate III
  • 303 Views
  • 5 replies
  • 0 kudos

STM32H563ZIT6 external loader fail

I'm currently developing an external loader on STM32H563ZIT6 development board.I'm facing an issue on programming with cube programmer in the image belowThe problem I think might be linked to interrupt handler of systick. I've attached the Loader_src...

MicheleMalaspina_0-1777545872858.png