Question
breakpoint in backup registers
Posted on June 03, 2013 at 18:56
While tracking down a pointer problem I tried to use GDB to break on any access to the first location in the STM32F407 backup register area (0x40002850), using the ''rwatch 0x40002850'' command to GDB. Bteween two other breakpoints I see the location change, but no data breakpoint occurs.
Is this a security feature in the STM32, no data breakpoints for backup registers? Read protection is set to level 0, no protection. Jack Peacock #backup-registers #data-breakpoint-bitband