2024-12-21 12:47 AM
I am a beginner working on performing FFT with the INMP441 sensor using my STM32H747I Discovery board. Initially, I experimented with arm_math.h, I2S communication, button interrupts, and enabled SWD for debugging. However, after these changes, any code I load onto the chip no longer works.
Even a simple LED blinking task fails, and the board doesn't detect errors, even when I intentionally write incorrect pin names. I tried erasing the full chip and creating a new workspace, but the board still doesn't respond.
I feel like I need to reset everything to factory settings or find a way to troubleshoot this issue effectively. Below is the error log I received.
Could someone please provide insights into how I can resolve this problem? Any help would be greatly appreciated. Thank you!