Add these 7 lines at line 35 of bf8x8_fst_api.cpp
file to access invalid memory address access, for example 0x00039900.
#if 1
// demo
// volatile int *loc = (volatile int *)0xdeadbeef;
volatile int *loc = (volatile int *)0x00039900;
int test = *loc;
#endif