Going to Hardfault during integrated testing
Hi,
I'm working with power amplifier for which I have chose stm32f407 controller which monitors ADC, I2C eeprom SPI Flash memory, ethernet , GPIOs and interrupts. when i am doing code development and standalone testing of controller no issue of hard fault is observed, but when my controller is integrated with the whole power amplifier system sometimes it goes into "HardFault" condition. this hardfault occurs mostly during uart communication. i am using uart1. Any idea on how to solve/debug this issue would be really helpful.
This are the values of registers:
CFSR = 0x8200
HFSR = 0x40000000
MMFAR = 0x1220139, 0x141012F, 0x122012F.
Any other info required feel free to ask.
