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! Project not picking up RAM section from linker file

I am working with a dual core STM32H755 and attempting to create a shared memory location for the two cores to access. I am attempting to do this by modifying the linker script.  I have added the following lines to the M7 core linker script, in the S...

TomC1_0-1746627364480.png
TomC1 by Associate III
  • 390 Views
  • 5 replies
  • 1 kudos

硬件不变的情况下,SPI+DMA 循环模式主机接收 采集电压异常,Normal模式却正常

用SPI+DMA驱动AD4001,用片选信号代替 CONV,采集一个正弦信号。Normalnormal正常,循环模式却不对,求大佬解答!!Normal模式下,每次在 HAL_SPI_RxCpltCallback 函数里面重新启动数据正常,能看到正弦变化规律                                 循环模式下数据就不对了,采集的同样一个交流信号,我在半传输完成回调里面查看,按道理后半部分的数据应该是正常的正弦变化才对,实际却不是,但是去采集直流时又是正常的。        ...

154804hzpook13om0ogbkz.png 154808z1jn00040jl06znf.png 154810og0gd6z72v30cgzv.png
kevin_sa by Associate
  • 245 Views
  • 1 replies
  • 0 kudos

STM32F105 DFU Bootloader Grief

Hi all.I'm new to STM, but have been designing and making embedded MCU products for over ten years.I was drawn to the STM32F105 series because of the USB DFU, to allow for field updates for prospective customers to update a product we're developing. ...

Tad_E by Associate II
  • 515 Views
  • 5 replies
  • 0 kudos

STM32H5 GPDMA Linked list example without HAL

I am trying to implement a GPDMA driver in a C project that does not use HAL, and have been really struggling to get something working. I have read everything I can find on this peripheral, multiple times, and still don't quite understand how one wou...

tbennett_0-1746647568608.png
tbennett by Associate
  • 309 Views
  • 1 replies
  • 0 kudos

Resolved! Writing to QSPI Memory Mapped Mode

I am trying to debug some functions to write to the memory mapped QSPI. When I go to debug it, I notice that before any functions even run the QPSI is in HAL_QSPI_STATE_ERROR, therefore I cannot test my code to see if is running because it is depende...

Priyank by Senior
  • 509 Views
  • 5 replies
  • 0 kudos

RTC Calibration

I have selected the RTC calibration as 512Hz. Will I be able to perform RTC smooth calibration if my frequency obtained on the RTC calib pin is beyond the range 511.75Hz - 512.25Hz. How do I calibrate the RTC beyond this range ??  

J_Thomas by Associate II
  • 317 Views
  • 3 replies
  • 1 kudos

Resolved! HAL_FLASH_Program does not support programming bank 2

When trying to program the STM32L4P5RE, I get an assertion failure when trying to program the second bank like this:HAL_FLASH_Program(FLASH_TYPEPROGRAM_DOUBLEWORD, address, data)This call fails if my address is in the second bank `0x08080000`.  Looki...