Question
HardFault Handler while implementing I2C OLED.
Posted on June 18, 2018 at 09:59
I am implementing a 3 channel frequency counter. So I get 3 different frequency values as inputs. I am using SSD1306 driver to interface the I2C-OLED. When I try to print only one of the frequencies, it works fine. However on trying to print more than 1, I am getting a hardfault error, and it gets stuck in the while loop. What is the cause of this error?