cancel
Showing results for 
Search instead for 
Did you mean: 

Initializing the HDP on STM32N6

pdemeter
Associate

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 configuring the peripheral at the register level but was unsuccessful.
My example:

LL_APB4_GRP1_EnableClock(LL_APB4_GRP1_PERIPH_HDP);
*(uint32_t*)(HDP_BASE_NS + HDP_MUX) = 0xffffffffUL;
*(uint32_t*)(HDP_BASE_NS) |= 0x1UL;
*(uint32_t*)(HDP_BASE_NS + HDP_GPOSET) = 0xff;

uint32_t hdpval = *(uint32_t*)(HDP_BASE_NS + HDP_VAL); // read back the HDP_VAL register

My question is: how can I enable the "(from BSEC) HDPEN" signal shown in the diagram below?

 

Thanks:

Peter

 

 

hdp1-issue.png

 

0 REPLIES 0