HI
SDK-15 - NRF52840
I'm using SAADC example of the SDK.
I read the ADC values and I make an matrix to calculate FFT using the CMSIS library..
the problem is when I print the data after using DSP library (FFT), the program stuck, in dissasembly window appear:
Before to use the Library, NRF_LOG works fine.
HardFault_Handler:
0x15ee: 0xe7fe B.N HardFault_Handler ; 0x15ee
I have the following code:
I attached an debugger screen.
Thanks
Ricardo