User Activity

I am running Audio_playback_and_record example(shipped with IDE) into which I have integrated my neural network code . The code has malloc and when I try to execute the process function in loop , It stops at HardFault_Handler when trying to malloc. F...
Hi All,I have opened the shipped QSPI_perfs proejct and modified the syscalls.c write function to use the below code//Debug Exception and Monitor Control Register base address #define DEMCR *((volatile uint32_t*) 0xE000EDFCU )   /* ITM regi...