Hello.
I want to perform matrix operations with 3 matrices having dimensions 2000*320 each.
I am using the LPC Xpresso 4367 board and I am getting Hardfaults everytime.
I am using the CMSIS-DSP functions for the matrix inversions and multiplications,etc.
For smaller dimensions of the matrix (like 15*15) the program works but for larger dimensions it just keeps on giving me hardfaults, busfaults.
Can someone tell me how to solve this?
Thanks