cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F4xx.H error: DBGMCU_APB2... not correctly defined

flyer31
Senior
Posted on November 02, 2012 at 08:09

In STM32F4xx.H the bits DBGMCU_APB2... are erroneously named DBGMCU_APB1... - just info.

2 REPLIES 2
Posted on November 02, 2012 at 11:02

These ones

/******************** Bit definition for DBGMCU_APB2_FZ register ************/
#define DBGMCU_APB1_FZ_DBG_TIM1_STOP ((uint32_t)0x00000001)
#define DBGMCU_APB1_FZ_DBG_TIM8_STOP ((uint32_t)0x00000002)
#define DBGMCU_APB1_FZ_DBG_TIM9_STOP ((uint32_t)0x00010000)
#define DBGMCU_APB1_FZ_DBG_TIM10_STOP ((uint32_t)0x00020000)
#define DBGMCU_APB1_FZ_DBG_TIM11_STOP ((uint32_t)0x00040000)

Thanks for the FYI
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Nickname12657_O
Associate III
Posted on January 03, 2013 at 11:42

Hi Bil,

It is noted, thanks for information!

Cheers,

STONe-32