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! STM32H7RSxx TRM: MDIO CSR

Hi,The STM32H7RSxx  TRM  specifies, for ETH_MACMDIOAR, the following CSR values: Bits 11:8 CR[3:0]: CSR Clock RangeThe CSR Clock Range selection determines the frequency of the MDC clock according tothe CSR clock frequency (eth_hclk):0000: MDC clock ...

simo zz by Senior II
  • 376 Views
  • 4 replies
  • 3 kudos

Resolved! Function to check flash page erased not working

I have the following function to verify that a full flash sector is erased but the code never seems to exit this function and I believe it gets stuck at the point where I dereference the address value. What could be the issue?static bool check_sector...

DMA with UART

Hello,I am trying to implement Modbus protocol in an efficient way. Untill now I have implemented everhting with UART interuot based Transmission and recption. Now I would like to implement with DMA to offload controller from much neavy lifting. For ...

Anesh by Associate III
  • 1157 Views
  • 16 replies
  • 2 kudos

Initializing the HDP on STM32N6

I wanted to use the HDP (Hardware Debug Port) peripheral on the STM32N6 MCU (Nucleo N6 board), but CubeMX does not generate the MX_HDP_Init() function for it and does not initialize the peripheral either.Based on the reference manual, I tried configu...

hdp1-issue.png
pdemeter by Associate
  • 285 Views
  • 1 replies
  • 0 kudos

error on address

I'm trying to use the LCD screen in STM32N6570DK, but it has an error like this`Break at address "0x18003a1a" with no debug information available, or outside of program code.`. But when I tried to view the vector table generated by disassembly, It wi...

creeper_0-1746500539292.png
creeper by Associate II
  • 316 Views
  • 2 replies
  • 0 kudos

STM32H563 DMA Issue

Hi, I'm trying to implement read ADC1 value triggered with TIM6 then write it via DMA(GPDMA1 CH0). I created CubeMx project and generate code accordingly (Using LL driver). But I can't enabled DMA channel. Is there any code example about it? 

RTC calib register values

I am trying to calibrate 512Hz RTC  to 1ppm or <1ppm. Desired Frequency = 512HzAverage Frequency Obtained is = 512.0073HzWhat should be the value of CALP and CALM ??? (I used the CALP = 0 and CALM = 15, but still the ppm that I obtained is ~14) Could...

J_Thomas by Associate II
  • 191 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F446RET6 DAC to generate "an ideal square wave"

Hi,   I want to generate a bipolar square wave with a pulse width of 100us per phase using the DAC in STM32F446RET6.        But when I measured the DAC output (PA4), I found that the DAC output was not an ideal square wave, but a trapezoidal shape w...

Junzhe_2-1747249767726.png
Junzhe by Associate II
  • 847 Views
  • 13 replies
  • 6 kudos

How to set this RCC_RDCR reigster for bootrom?

MCU: STM32N6Register: RCC reset duration control register (RCC_RDCR)Bits 27:24 EADLY[3:0]: External access delayThe bit field is security-protected by the 1 bit. Set and reset by software.Time to wait before the BOOTROM performs any external device a...