2023-02-20 04:04 AM
Hello,
I saw a not yet reproducable fault at adresses, which are part of the private/vendor-specific memory regions.
The fault happend on a STM32H7B0 runnig freeRTOS, ICache + DCache enabled:
Causing instruction address: 0x7.... (external flash)
Comming from address: 0xE0059256 (private peripharel bus memory region)
Faulty bus access address: 0xE0215C00 (vendor-specific device memory region)
The following bits were set:
Could anybody please tell me, how I can determine, which "peripheral/compontent" is on this memory region 0xE0059256 and 0xE0215C00?
I checked the ARM cortex-m7 processor technical reference manual and the STM32H7B0 reference manual. But there arn't much detail for this memory regions.
Solved! Go to Solution.
2023-03-15 01:26 AM
Hello,
thank you for your answer.
LR was 0xE0059256, the PPB....